diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-27 17:24:08 -0700 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2020-08-28 02:40:16 +0200 |
commit | b0d8a2dd60c13e5512691c7b3b824bc676515a32 (patch) | |
tree | f7a410d7068e7d57aeb1d3a97943f9715d378cdc /libs/alsa-lib/Makefile | |
parent | ede20c7768acf5277cd7a114d6290434c4c7d549 (diff) |
alsa-lib: update to 1.2.3.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/alsa-lib/Makefile')
-rw-r--r-- | libs/alsa-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index 82c4e2b0f..074d0904b 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.2 +PKG_VERSION:=1.2.3.2 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:=d8e853d8805574777bbe40937812ad1419c9ea7210e176f0def3e6ed255ab3ec +PKG_HASH:=e81fc5b7afcaee8c9fd7f64a1e3043e88d62e9ad2c4cff55f578df6b0a9abe15 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \ Peter Wagner <tripolar@gmx.at> |