From e658dcfd866b393059ba71eaa5f10923ae7821fe Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 20 Jul 2021 20:29:24 -0700 Subject: [PATCH 1/3] alsa-lib: update to 12.5.1 Signed-off-by: Rosen Penev --- 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 691ab4fbf..1d7f9a196 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.5 +PKG_VERSION:=1.2.5.1 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:=9092894a8c083b33acf8d6deb901b58f5d20d6da583789f814e8e46f2850ef18 +PKG_HASH:=628421d950cecaf234de3f899d520c0a6923313c964ad751ffac081df331438e PKG_MAINTAINER:=Ted Hess , \ Peter Wagner From ef00d8e755a8dd41940ef3b371169c4fa82bef8f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 20 Jul 2021 20:29:41 -0700 Subject: [PATCH 2/3] alsa-ucm-conf: update to 12.5.1 Signed-off-by: Rosen Penev --- libs/alsa-ucm-conf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/alsa-ucm-conf/Makefile b/libs/alsa-ucm-conf/Makefile index d30b3cd97..7b4984ab7 100644 --- a/libs/alsa-ucm-conf/Makefile +++ b/libs/alsa-ucm-conf/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-ucm-conf -PKG_VERSION:=1.2.4 -PKG_RELEASE:=1 +PKG_VERSION:=1.2.5.1 +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:=2c3b535c77dcb9aaf62a61f4f8324f1ab184162f105f7ec9ed1e37c742fcd340 +PKG_HASH:=5841a444166dcbf479db751303dbc3556f685085ac7e00f0c9e7755676195d97 PKG_MAINTAINER:= PKG_LICENSE:=BSD-3-Clause From 34e9a959f8321557d53abb4d0289335d39a710df Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 20 Jul 2021 20:30:03 -0700 Subject: [PATCH 3/3] alsa-utils: update to 12.5.1 Signed-off-by: Rosen Penev --- sound/alsa-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/alsa-utils/Makefile b/sound/alsa-utils/Makefile index cf5eac10c..ed3c1a164 100644 --- a/sound/alsa-utils/Makefile +++ b/sound/alsa-utils/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-utils -PKG_VERSION:=1.2.5 +PKG_VERSION:=1.2.5.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/utils/ \ http://distfiles.gentoo.org/distfiles/ -PKG_HASH:=09970af05838b30001ca93ba27cb85b24c45056c70a80066c3ece6abe5a19997 +PKG_HASH:=9c169ae37a49295f9b97b92ace772803daf6b6510a19574e0b78f87e562118d0 PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0-or-later