diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-02-06 21:32:50 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-07 13:53:08 -0800 |
commit | 0033bf4709a752f8859577738483c89bf409e0bd (patch) | |
tree | 668e80a720f7914948fdfeb4e8b26a5dac639dfc /sound | |
parent | 049f9fc80f3b12fd0034cf4ae0f5ff483e34e1c4 (diff) |
alsa-utils: update to 1.2.11
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/alsa-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/alsa-utils/Makefile b/sound/alsa-utils/Makefile index 87329df82..4a929396e 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.9 +PKG_VERSION:=1.2.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://www.alsa-project.org/files/pub/utils/ \ https://distfiles.gentoo.org/distfiles/ -PKG_HASH:=e7623d4525595f92e11ce25ee9a97f2040a14c6e4dcd027aa96e06cbce7817bd +PKG_HASH:=9ac6ca3a883f151e568dcf979b8d2e5cbecc51b819bb0e6bb8a2e9b34cc428a7 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-2.0-or-later |