diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2020-02-20 22:56:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2020-02-20 22:58:47 +0200 |
commit | 0df0596cdbb9e678540f26671202dae3f4ddd16c (patch) | |
tree | ab4d09add6a42f1b4f82adc8c8afe35be43b6437 /recipes/x264.recipe | |
parent | e00bd4a431ef06c40d7438717474d470bd4b6310 (diff) |
x264: Update to 20191217-2245
3 years newer than our old version.
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r-- | recipes/x264.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe index 41ea0d06..efdc1c4f 100644 --- a/recipes/x264.recipe +++ b/recipes/x264.recipe @@ -3,7 +3,7 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): - version = '20161218-2245' + version = '20191217-2245' name = 'x264' licenses = [License.GPLv2Plus] stype = SourceType.TARBALL @@ -13,7 +13,7 @@ class Recipe(recipe.Recipe): '--disable-strip --disable-lavf' url = 'https://download.videolan.org/pub/x264/snapshots/x264-snapshot-%(version)s-stable.tar.bz2' tarball_dirname= 'x264-snapshot-%(version)s-stable' - tarball_checksum = 'd4d4fb146fbe64efb0f02d149118a0e93f575417011e4ff898a5079d548b9950' + tarball_checksum = 'b2495c8f2930167d470994b1ce02b0f4bfb24b3317ba36ba7f112e9809264160' files_libs = ['libx264'] files_bins = ['x264'] |