diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-06-05 18:22:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 22:30:57 +0200 |
commit | cf57c6aa76729bb0e22d94839db0c69f2402c979 (patch) | |
tree | 6d7dd6ada92549800b75c862a64b59d3947fefa3 | |
parent | 310e4f07f8cdb3e3272aaed236142d58cfaa44e6 (diff) | |
download | buildroot-cf57c6aa76729bb0e22d94839db0c69f2402c979.tar.gz buildroot-cf57c6aa76729bb0e22d94839db0c69f2402c979.zip |
package/x264: bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: update hash file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/x264/x264.hash | 2 | ||||
-rw-r--r-- | package/x264/x264.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/x264/x264.hash b/package/x264/x264.hash index 95510938e0..ebc1585cc8 100644 --- a/package/x264/x264.hash +++ b/package/x264/x264.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 9fc4651981453d0428a2ad16889b6b63d1f2e7347ea321f20347fc3a021ee912 x264-97eaef2ab82a46d13ea5e00270712d6475fbe42b.tar.gz +sha256 aefebcf4fa547c6a26e1311b5701e6b94030bae23eb9d14df1211dd5bcb7d4d5 x264-df79067c0cf33da712d344b5f8869be7eaf326f3.tar.gz diff --git a/package/x264/x264.mk b/package/x264/x264.mk index d1bc76701c..69ec4ccea3 100644 --- a/package/x264/x264.mk +++ b/package/x264/x264.mk @@ -4,7 +4,7 @@ # ################################################################################ -X264_VERSION = 97eaef2ab82a46d13ea5e00270712d6475fbe42b +X264_VERSION = df79067c0cf33da712d344b5f8869be7eaf326f3 X264_SITE = git://git.videolan.org/x264.git X264_LICENSE = GPL-2.0+ X264_DEPENDENCIES = host-pkgconf |