[Bug 777012] ZLIB recipe, wrong url

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 9 01:47:40 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777012

--- Comment #3 from stefan karlsson <stefan.karlsson987 at gmail.com> ---
>From ba7d3326ee20b2a4ab3b07f7bc1cfb3a39203b6e Mon Sep 17 00:00:00 2001
From: stefan K <stefan.karlsson987 at gmail.com>
Date: Mon, 9 Jan 2017 02:40:48 +0100
Subject: [PATCH] zlib.recipe: tar-ball url fixed

---
 recipes/zlib.recipe | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/zlib.recipe b/recipes/zlib.recipe
index 8900c83..03db313 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
-- 
1.9.1

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list