From 4d2880dc532f9b1501f0cdaedd04fa607e0dc2cc Mon Sep 17 00:00:00 2001 From: stefan K Date: Mon, 9 Jan 2017 02:40:48 +0100 Subject: zlib: Fix tarball URL https://bugzilla.gnome.org/show_bug.cgi?id=777012 --- recipes/zlib.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/zlib.recipe') 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 -- cgit v1.2.3