From b33c7e1ca4d0a0902ada63cc724eb5887fd931f9 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 29 Apr 2018 18:27:55 +0200 Subject: [PATCH] alsa-lib: Update to 1.1.6 Update alsa-lib to 1.1.6 Signed-off-by: Daniel Engberg --- libs/alsa-lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index 8bdb99c181..4c682622b9 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-lib -PKG_VERSION:=1.1.5 +PKG_VERSION:=1.1.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \ http://distfiles.gentoo.org/distfiles/ -PKG_HASH:=f4f68ad3c6da36b0b5241ac3c798a7a71e0e97d51f972e9f723b3f20a9650ae6 +PKG_HASH:=5f2cd274b272cae0d0d111e8a9e363f08783329157e8dd68b3de0c096de6d724 PKG_MAINTAINER:=Ted Hess , \ Peter Wagner