lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 316747654588b32bb575727da6d453450f11da38
parent a0923994b8ff442f0eb5b2703fe9bf020a60ce6a
Author: Ted Hess <thess@kitschensync.net>
Date:   Tue, 23 Feb 2016 11:00:59 -0500

Merge pull request #2412 from antonlacon/ffmpeg-2.7.x

ffmpeg: update to 2.7.6
Diffstat:
Mmultimedia/ffmpeg/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2016 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:=ffmpeg -PKG_VERSION:=2.7.4 +PKG_VERSION:=2.7.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://ffmpeg.org/releases/ -PKG_MD5SUM:=dea35a30de724e1851a94680fc209a0d +PKG_MD5SUM:=578c88242872e58cf0db5f23faa4b2af PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3