diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-02-14 15:26:58 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-02-18 10:17:12 +0100 |
commit | d02c4d682743dfac950d929e631d6c85d8bbabb9 (patch) | |
tree | 87f2935e323fbd3f62afcd3728c96ea80c5c8490 /recipes/libsoup.recipe | |
parent | cb503e1a662ce9dff78f2bd1cbddc3466c7ceb4f (diff) |
Use a non-HTTPS source for libsoup tarball
Diffstat (limited to 'recipes/libsoup.recipe')
-rw-r--r-- | recipes/libsoup.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsoup.recipe b/recipes/libsoup.recipe index b3d24b9b..aff394dd 100644 --- a/recipes/libsoup.recipe +++ b/recipes/libsoup.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '2.44.2' licenses = [License.LGPLv2Plus] stype = SourceType.TARBALL - url = 'http://download.gnome.org/sources/libsoup/2.44/libsoup-2.44.2.tar.xz' + url = 'http://ftp.gnome.org/pub/gnome/sources/libsoup/2.44/libsoup-2.44.2.tar.xz' autoreconf = True configure_options = '--without-gnome --disable-more-warnings' deps = ['libxml2', 'glib'] |