From 2a84e0923729c1e32743bfef9ecb45561962eeae Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 12 Jun 2021 20:26:56 -0700 Subject: [PATCH] alsa-utils: update to 1.2.5 Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev --- sound/alsa-utils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/alsa-utils/Makefile b/sound/alsa-utils/Makefile index ff0c9b6ec7..cf5eac10cd 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.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/utils/ \ http://distfiles.gentoo.org/distfiles/ -PKG_HASH:=98ffc2d599de0577d423a48fa5f20a992ca0b82d812ed1f2e58ade49ac6da426 +PKG_HASH:=09970af05838b30001ca93ba27cb85b24c45056c70a80066c3ece6abe5a19997 PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0-or-later