From 224eb432312fcfc8c659f15d71b7feb05baca62a Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Fri, 26 Sep 2014 13:24:26 -0400 Subject: [PATCH] mpd: update to 0.18.16 Signed-off-by: Ted Hess --- sound/mpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 5c54e2f77..1d2ce22dc 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd -PKG_VERSION:=0.18.11 -PKG_RELEASE:=2 +PKG_VERSION:=0.18.16 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.18/ -PKG_MD5SUM:=be23120f342250e8352f6499cb960fd2 +PKG_MD5SUM:=900657ff55726f4cc09a27eb7df57015 PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0