diff options
author | Ted Hess <thess@kitschensync.net> | 2017-01-05 13:01:13 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2017-01-05 13:01:13 -0500 |
commit | c9d239c26c4ed934c482bc041ecd2f88fded9c4b (patch) | |
tree | 0c58f5b0fe58bf567dfd78c2d3c3c88de2e0b326 | |
parent | aa770767993e0b9e45e73feb9c7350a9540a0ff7 (diff) |
moc: Upgrade to 2.5.2. Includes ffmpeg3 compatibility
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 0c446fc7b..93f9c6faf 100644 --- a/sound/mocp/Makefile +++ b/sound/mocp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2015 OpenWrt.org +# Copyright (C) 2011-2017 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 -PKG_RELEASE:=2 +PKG_VERSION:=2.5.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/stable/ -PKG_MD5SUM:=18e3a979b67091bfee4b62217908c473 +PKG_MD5SUM:=f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |