diff options
author | Eduardo Abinader <eduardoabinader@gmail.com> | 2018-11-10 11:12:02 +0100 |
---|---|---|
committer | Eduardo Abinader <eduardoabinader@gmail.com> | 2018-11-10 11:12:02 +0100 |
commit | 8fb5e895a752705e075e0e42c4f569f86ba9f3e8 (patch) | |
tree | 5298e611b707eb144aa56ac39316cf8a9d487725 /sound/alsa-utils | |
parent | d785b15857284e103e3252c76b4be6a6853b47ac (diff) |
alsa-utils: bump to 1.1.7
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
Diffstat (limited to 'sound/alsa-utils')
-rw-r--r-- | sound/alsa-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/alsa-utils/Makefile b/sound/alsa-utils/Makefile index 610ce2bc7..af53e2a07 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.1.6 -PKG_RELEASE:=2 +PKG_VERSION:=1.1.7 +PKG_RELEASE:=1 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:=155caecc40b2220f686f34ba3655a53e3bdbc0586adb1056733949feaaf7d36e +PKG_HASH:=1db27fb54ab7fdeb54b00d68b8a174808ffea198cfbd67e3c959482194e1540a PKG_INSTALL:=1 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |