libmpdclient: update to 2.18 11399/head
authorRosen Penev <rosenp@gmail.com>
Thu, 20 Feb 2020 03:22:58 +0000 (19:22 -0800)
committerRosen Penev <rosenp@gmail.com>
Fri, 21 Feb 2020 01:23:01 +0000 (17:23 -0800)
Fix URLs and other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libmpdclient/Makefile

index b182c41b8ba10023243ee8ef343fb61741d99453..0e04daf8be5cae5095980d0ae7dae0dc27c055e3 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libmpdclient
-PKG_VERSION:=2.16
-PKG_RELEASE:=2
+PKG_VERSION:=2.18
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=fa6bdab67c0e0490302b38f00c27b4959735c3ec8aef7a88327adb1407654464
-PKG_SOURCE_URL:=https://www.musicpd.org/download/libmpdclient/2/
+PKG_SOURCE_URL:=https://www.musicpd.org/download/libmpdclient/2
+PKG_HASH:=4cb01e1f567e0169aca94875fb6e1200e7f5ce35b63a4df768ec1591fb1081fa
 
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
 PKG_LICENSE:=BSD-3-Clause
@@ -27,7 +27,7 @@ define Package/libmpdclient
     TITLE:=libmpdclient
     SECTION:=libs
     CATEGORY:=Libraries
-    URL:=http://mpd.wikia.com/wiki/ClientLib:libmpdclient
+    URL:=https://musicpd.org/libs/libmpdclient/
 endef
 
 define Package/libmpdclient/description