summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wu <davidwu226@hotmail.com>2015-10-27 19:19:47 -0700
committerSebastian Dröge <sebastian@centricular.com>2015-10-28 09:09:35 +0200
commit54266064743fcc4ea785eae59c9bb8e4aa2400e2 (patch)
treeb0392b3daad37c4b31049d43290b2d193dc4ee1c
parent7822f7e84d72d19c903308f150dccc1e6124814d (diff)
xz: xz-5.2.0 is no longer available at the source site
Update to latest version of xz (xz-5.2.2). Closes https://github.com/EricssonResearch/cerbero/pull/37
-rw-r--r--recipes/build-tools/xz.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/build-tools/xz.recipe b/recipes/build-tools/xz.recipe
index b3c90937..3024b490 100644
--- a/recipes/build-tools/xz.recipe
+++ b/recipes/build-tools/xz.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'xz'
- version = '5.2.0'
+ version = '5.2.2'
licenses = [License.GPLv3]
stype = SourceType.TARBALL
- url = 'http://tukaani.org/xz/xz-5.2.0.tar.bz2'
+ url = 'http://tukaani.org/xz/xz-5.2.2.tar.bz2'
files_bins = ['xz']