diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-08-16 17:32:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 17:32:12 +0300 |
commit | 39c9c63ac61db21fe4fe9396071370ceec6210e1 (patch) | |
tree | 3de71ef288fde1d9ce8bf581d5c0b08b3fc405fd | |
parent | 728a6358d329645c8912c949ce80e3c00547e5fe (diff) | |
parent | 118a0c8510983778ad1add9dab3db389a7c6802c (diff) |
Merge pull request #3069 from ianchi/libx264
libx264: update version
-rw-r--r-- | libs/libx264/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libx264/Makefile b/libs/libx264/Makefile index c6943706c..b99e6bd74 100644 --- 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 |