diff options
author | Edward Hervey <edward@centricular.com> | 2017-11-20 09:05:17 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-11-20 10:33:06 +0200 |
commit | ff88bd770a534bb29768d3db08054c7c88fd3269 (patch) | |
tree | 89d9536fba3e285dc3b5919ea3377fd91134805f | |
parent | 33fbbb02b4922060dc3db85047551f477e2ed679 (diff) |
recipes/fribidi: Use our mirror
https://bugzilla.gnome.org/show_bug.cgi?id=790501
-rw-r--r-- | recipes/fribidi.recipe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/fribidi.recipe b/recipes/fribidi.recipe index 7a5a1973..6287e502 100644 --- a/recipes/fribidi.recipe +++ b/recipes/fribidi.recipe @@ -4,7 +4,10 @@ class Recipe(recipe.Recipe): name = 'fribidi' version = '0.19.7' stype = SourceType.TARBALL - url = 'http://fribidi.org/download/fribidi-%(version)s.tar.bz2' + # Upstream tarballs have changed + # See https://github.com/fribidi/fribidi/issues/28 + #url = 'http://fribidi.org/download/fribidi-%(version)s.tar.bz2' + url = 'https://gstreamer.freedesktop.org/data/src/mirror/fribidi-0.19.7.tar.bz2' licenses = [License.LGPLv2_1Plus] autoreconf = True deps = ['glib'] |