diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-12 20:20:17 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-06-12 20:27:52 -0700 |
commit | 47b48b2088e4110f4f03f5fc3f52d07e10b64544 (patch) | |
tree | 41a20a1372b37462a3d19bd40434aeb0706ef5bd /libs/alsa-lib/Makefile | |
parent | e2d9e874dc1d15a0fa94846c0d186c89dfc8bc29 (diff) |
alsa-lib: update to 1.2.5
Refresh patches. Remove upstream one.
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/alsa-lib/Makefile')
-rw-r--r-- | libs/alsa-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index df4980288..691ab4fbf 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-lib -PKG_VERSION:=1.2.4 -PKG_RELEASE:=1 +PKG_VERSION:=1.2.5 +PKG_RELEASE:=$(AUTORELEASE) 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:=f7554be1a56cdff468b58fc1c29b95b64864c590038dd309c7a978c7116908f7 +PKG_HASH:=9092894a8c083b33acf8d6deb901b58f5d20d6da583789f814e8e46f2850ef18 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \ Peter Wagner <tripolar@gmx.at> |