diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-17 21:52:03 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-11-19 16:20:14 -0800 |
commit | 129c7900825f5e68a9e24a29296efa4be5553b4a (patch) | |
tree | 838b0f6f80be3a360994643994fa6886bd8f71c6 /sound/upmpdcli/Makefile | |
parent | 099e9a31cab6ebfc333be6a33e7ed1f8bf82068f (diff) |
upmpdcli: update to 1.5.0
Add missing header for musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/upmpdcli/Makefile')
-rw-r--r-- | sound/upmpdcli/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 560328293..091a5680c 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -1,4 +1,3 @@ - # # Copyright (C) 2016 OpenWrt.org # @@ -9,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=upmpdcli -PKG_VERSION:=1.4.14 +PKG_VERSION:=1.5.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads -PKG_HASH:=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05 +PKG_HASH:=c971ed29cf00ebe70b6461f30ec4b9d58e0acaf52c6fd452876678bb6fe53009 PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com> PKG_LICENSE:=LGPL-2.1-or-later |