lede-packages-rs

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

commit 118a0c8510983778ad1add9dab3db389a7c6802c
parent c59ee37850a83e88c6ae121519907312c76eb2b2
Author: Adrian Panella <ianchi74@outlook.com>
Date:   Mon, 15 Aug 2016 22:42:36 -0500

libx264: update version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>

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