diff options
author | Ted Hess <thess@kitschensync.net> | 2017-05-20 11:32:05 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2017-05-20 11:41:21 -0400 |
commit | f2fbec99dc1a181e014f2b636abbb4861a66c895 (patch) | |
tree | e4361b52549c3ddc6e8e32d3353c9c60f22a8197 /libs/libmpdclient | |
parent | 50d84f13a2998c728313d0484dbc159ab9e549a3 (diff) |
libmpdclient: Upgrade to 2.11
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libmpdclient')
-rw-r--r-- | libs/libmpdclient/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/libmpdclient/Makefile b/libs/libmpdclient/Makefile index 06661145f..6b5db7a8e 100644 --- a/libs/libmpdclient/Makefile +++ b/libs/libmpdclient/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2011-2014 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -8,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmpdclient -PKG_VERSION:=2.10 +PKG_VERSION:=2.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.musicpd.org/download/libmpdclient/2/ -PGK_MD5SUM:=00606c630b905aa6196330373b366c29 +PGK_HASH:=15fe693893c0d7ea3f4c35c4016fbd0332836164178b20983eec9b470846baf6 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=BSD-3-Clause |