diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-07-24 14:47:58 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-07-24 16:18:48 -0700 |
commit | 5d9ccc4ad079ab4bada9cc3fde97c102a8376cc1 (patch) | |
tree | b518d9ee354243263ff9d2374fbc833788dd9ef9 /sound/upmpdcli/Makefile | |
parent | 10eba3a334131437ceabb2a3f647238395b9ce4e (diff) |
upmpdcli: fix compilation with newer libmicrohttpd
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/upmpdcli/Makefile')
-rw-r--r-- | sound/upmpdcli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index d803602be..84a7698ed 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -1,3 +1,4 @@ + # # Copyright (C) 2016 OpenWrt.org # @@ -9,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=upmpdcli PKG_VERSION:=1.4.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads |