diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-02-14 11:13:30 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-02-14 11:13:30 +0100 |
commit | f99a8417d0ca2fd3aaedd0cf29be28dabcbe3f40 (patch) | |
tree | 0b9049cce2c2e1e14b93ea318116383c37d0ccfc /libgmp | |
parent | 5658dd883e3f4bc4d158e89881c5833195cd1e4a (diff) | |
download | core-f99a8417d0ca2fd3aaedd0cf29be28dabcbe3f40.tar.gz core-f99a8417d0ca2fd3aaedd0cf29be28dabcbe3f40.tar.xz |
libgmp: switched source url from ftp to http
Diffstat (limited to 'libgmp')
-rw-r--r-- | libgmp/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 7df62a24..19c9b1d4 100644 --- a/libgmp/Pkgfile +++ b/libgmp/Pkgfile @@ -5,7 +5,7 @@ name=libgmp version=6.0.0a release=1 -source=(ftp://ftp.gmplib.org/pub/gmp-${version%a}/gmp-$version.tar.xz \ +source=(http://gmplib.org/download/gmp/gmp-$version.tar.xz \ gmp.h) build() { |