Browse Source

libmpdclient: Update version to 2.7, update copyright, add myself as pkg maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
thess 10 years ago
parent
commit
e0d77a4442
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      libs/libmpdclient/Makefile

+ 6
- 6
libs/libmpdclient/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2011 OpenWrt.org
2
+# Copyright (C) 2011-2014 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,13 +8,13 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=libmpdclient
11
-PKG_VERSION:=2.4
12
-PKG_RELEASE:=1
11
+PKG_VERSION:=2.7
12
+PKG_RELEASE:=2
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15
-PKG_SOURCE_URL:=https://sourceforge.net/projects/musicpd/files/libmpdclient/$(PKG_VERSION)/
16
-#PKG_SOURCE_URL:=@SF/musicpd/files/libmpdclient/$(PKG_VERSION)
17
-PKG_MD5SUM:=8c166c5212dd95d538d3a35bb9ad4634
15
+PKG_SOURCE_URL:=http://www.musicpd.org/download/libmpdclient/2/
16
+PKG_MD5SUM:=053a97f1b045646d2d01a68fb2ddb5ef
17
+PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
18 18
 
19 19
 PKG_INSTALL:=1
20 20