diff options
author | Ted Hess <thess@kitschensync.net> | 2015-01-10 15:21:49 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-01-10 15:23:39 -0500 |
commit | 070a01b6fd893386f499ce55b8d2de9bb0051a0e (patch) | |
tree | 97478d39bcbb907a7c529bc516ea0afbd8a0fd34 | |
parent | d6b70e3706c4efb0b57bf006c7256f9ccca8c2cd (diff) |
moc: updgrade to released version 2.5.0
Signed-off-by: Ted Hess <thess@kitschensync.net>
-rw-r--r-- | sound/mocp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/mocp/Makefile b/sound/mocp/Makefile index 75925d57f..5552ec962 100644 --- a/sound/mocp/Makefile +++ b/sound/mocp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2014 OpenWrt.org +# Copyright (C) 2011-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=moc -PKG_VERSION:=2.5.0-beta2 +PKG_VERSION:=2.5.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/unstable/ -PKG_MD5SUM:=da87b90b57934234589b63e347921458 +PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/stable/ +PKG_MD5SUM:=18e3a979b67091bfee4b62217908c473 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |