diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-09-27 08:55:59 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-09-27 08:55:59 +0100 |
commit | b1c47c0be2837b8443f0e2735e8e875e01aef170 (patch) | |
tree | c46d4c219bccfce47d062d95a8b2ca51adf5e272 /recipes/libffi.recipe | |
parent | d4f6aff9b2364dc06b686080e657308f698ee34e (diff) |
recipes: prefer http download locations for tarballs over ftp
ftp might not work in many network environments.
Diffstat (limited to 'recipes/libffi.recipe')
-rw-r--r-- | recipes/libffi.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libffi.recipe b/recipes/libffi.recipe index fee23aa7..5c46c682 100644 --- a/recipes/libffi.recipe +++ b/recipes/libffi.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'libffi' version = '3.0.13' stype = SourceType.TARBALL - url = 'ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz' + url = 'http://www.mirrorservice.org/sites/sourceware.org/pub/libffi/libffi-3.0.13.tar.gz' licenses = [License.BSD_like] files_libs = ['libffi'] |