libmpdclient: update to 2.18
Fix URLs and other small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit a5a69057a1
)
This commit is contained in:
parent
ccd2d77540
commit
66f4186547
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue