diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-07-20 20:29:41 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-07-21 00:16:36 -0700 |
commit | ef00d8e755a8dd41940ef3b371169c4fa82bef8f (patch) | |
tree | 860ff6ee74c5b222d2910c9a87edeaa83c35b814 /libs/alsa-ucm-conf | |
parent | e658dcfd866b393059ba71eaa5f10923ae7821fe (diff) |
alsa-ucm-conf: update to 12.5.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/alsa-ucm-conf')
-rw-r--r-- | libs/alsa-ucm-conf/Makefile | 6 |
1 files 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 |