aboutsummaryrefslogtreecommitdiff
path: root/sound/mpc/Makefile
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2017-05-20 11:34:06 -0400
committerTed Hess <thess@kitschensync.net>2017-05-20 11:41:21 -0400
commit3c94c75d3c4f60c69ea0d4d144203fc4d249b22c (patch)
treeed824a0572a9a0dc4780d03cae5282b865392146 /sound/mpc/Makefile
parentf2fbec99dc1a181e014f2b636abbb4861a66c895 (diff)
mpc: Upgrade mpd client to 0.28
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'sound/mpc/Makefile')
-rw-r--r--sound/mpc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/mpc/Makefile b/sound/mpc/Makefile
index 3109b1c08..e5277f149 100644
--- a/sound/mpc/Makefile
+++ b/sound/mpc/Makefile
@@ -1,6 +1,4 @@
#
-# Copyright (C) 2006-2014 OpenWrt.org
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
@@ -8,12 +6,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mpc
-PKG_VERSION:=0.27
+PKG_VERSION:=0.28
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.musicpd.org/download/mpc/0
-PKG_MD5SUM:=d9430db9b9d7fb1eadbe4d13e8d97c66
+PKG_HASH:=a4337d06c85dc81a638821d30fce8a137a58d13d510be34a11c1cce95cabc547
+
PKG_LICENSE:=GPL-2.0+
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>