diff options
author | Ted Hess <thess@kitschensync.net> | 2016-05-31 12:09:34 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2016-05-31 12:12:44 -0400 |
commit | 84bc16198f1da1460e988a0d63266dd94f814818 (patch) | |
tree | 286b632d38705d7b7bc539a52e0de158ec2e09d3 /sound/upmpdcli/Makefile | |
parent | 9552ead51718cfd4fbe8eebc29d3234c7e1da46f (diff) |
upmpdcli/libupnpp: Update to latest versions, refresh patch
upmpdcli: Version 1.1.3
libupnpp: Version 0.14
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'sound/upmpdcli/Makefile')
-rw-r--r-- | sound/upmpdcli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 9c2c1cc95..f737fb4e1 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=upmpdcli -PKG_VERSION:=0.11.0 +PKG_VERSION:=1.1.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads -PKG_MD5SUM:=40eb2a1988ca367a690fb2506e0f73c1 +PKG_MD5SUM:=de9f232d6d5f746ec81ec239e11bdda4 PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |