lede-packages-rs

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

commit 39c9c63ac61db21fe4fe9396071370ceec6210e1
parent 728a6358d329645c8912c949ce80e3c00547e5fe
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 16 Aug 2016 17:32:12 +0300

Merge pull request #3069 from ianchi/libx264

libx264: update version
Diffstat:
Mlibs/libx264/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libx264/Makefile b/libs/libx264/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=x264 -PKG_VERSION:=snapshot-20160416-2245-stable +PKG_VERSION:=snapshot-20160815-2245-stable PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.videolan.org/x264/snapshots/ PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com> -PKG_MD5SUM:=70953574692cb80232d2879b80a140e0 +PKG_MD5SUM:=93fa596ea1b5513fec73e9de27589dd4 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING