diff options
author | stefan K <stefan.karlsson987@gmail.com> | 2017-01-09 02:40:48 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-01-09 13:06:17 +0200 |
commit | 4d2880dc532f9b1501f0cdaedd04fa607e0dc2cc (patch) | |
tree | af0fd70802981675e3f4bbe0f44d402100748bd7 /recipes/zlib.recipe | |
parent | b032a7cbbd6ea2d8a1f41b8ddf7536e559f186db (diff) |
zlib: Fix tarball URL
https://bugzilla.gnome.org/show_bug.cgi?id=777012
Diffstat (limited to 'recipes/zlib.recipe')
-rw-r--r-- | recipes/zlib.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/zlib.recipe b/recipes/zlib.recipe index 7ff85949..06b2cd04 100644 --- a/recipes/zlib.recipe +++ b/recipes/zlib.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): version = '1.2.8' stype = SourceType.TARBALL btype = BuildType.MAKEFILE - url = 'http://zlib.net/zlib-1.2.8.tar.xz' + url = 'http://zlib.net/fossils/zlib-1.2.8.tar.gz' licenses = [License.BSD_like] add_host_build_target = False can_use_configure_cache = False |