diff options
author | thess <thess@kitschensync.net> | 2014-07-16 13:36:33 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-07-16 15:32:01 -0400 |
commit | 8f827a5c32c0599a0e79f6887e6abafa8c728a89 (patch) | |
tree | 0da204380a96059c2732455018ede239e29f8971 /sound/mpc/Makefile | |
parent | 3c73a2ade190dd22521954d1e2ed83d8ab31b76e (diff) |
MPC: Update version to 0.26, update copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'sound/mpc/Makefile')
-rw-r--r-- | sound/mpc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sound/mpc/Makefile b/sound/mpc/Makefile index 4bf730847..184ca9bf9 100644 --- a/sound/mpc/Makefile +++ b/sound/mpc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# 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 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpc -PKG_VERSION:=0.20 -PKG_RELEASE:=1 +PKG_VERSION:=0.26 +PKG_RELEASE:=2 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/musicpd -PKG_MD5SUM:=24c81ad6afe6099e8d7a6826ef4b7105 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=http://www.musicpd.org/download/mpc/0 +PKG_MD5SUM:=d4f37e7e6b32c804a870192d1eb86199 +PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> include $(INCLUDE_DIR)/package.mk |