diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-10 13:47:10 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-10 15:58:11 -0700 |
commit | ca2da3f3158beb865da373b03bd184d57f33dd25 (patch) | |
tree | f1450ac5430da8c0addf2c928c36e66d281e0a5d /sound/pulseaudio/Makefile | |
parent | 8fa65a875498fa1e4c0a79dde3ac4059b7d26e8c (diff) |
pulseaudio: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/pulseaudio/Makefile')
-rw-r--r-- | sound/pulseaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index a79f2a00c..fca8424b2 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=13.0 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases |