Browse Source

moc: updgrade to released version 2.5.0

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 10 years ago
parent
commit
070a01b6fd
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      sound/mocp/Makefile

+ 4
- 4
sound/mocp/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2011-2014 OpenWrt.org
2
+# Copyright (C) 2011-2015 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,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=moc
11
-PKG_VERSION:=2.5.0-beta2
11
+PKG_VERSION:=2.5.0
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15
-PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/unstable/
16
-PKG_MD5SUM:=da87b90b57934234589b63e347921458
15
+PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/stable/
16
+PKG_MD5SUM:=18e3a979b67091bfee4b62217908c473
17 17
 
18 18
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
19 19