diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-10-15 19:46:41 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-10-15 19:47:03 +0200 |
commit | d889a619af6ba01580d1a8a09aa6865fb43535ce (patch) | |
tree | efbf7737734927aa50d50c56897a72356369337a /sound | |
parent | ec1fe2f190661e57415db577312cba663602dd70 (diff) |
pulseaudio: update to 11.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pulseaudio/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 0b79b9936..4b3487faa 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio -PKG_VERSION:=11.0 -PKG_RELEASE:=2 +PKG_VERSION:=11.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ -PKG_HASH:=072305d4018fc5e75bb1b45ee6b938fa52fc9fd27493bf327415ef89ed14c969 +PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases/ +PKG_HASH:=f2521c525a77166189e3cb9169f75c2ee2b82fa3fcf9476024fbc2c3a6c9cd9e PKG_LICENSE:=LGPL-2.1+ PKG_LICENSE_FILES:=GPL LICENSE |