forked from ports/compat-32
libgmp-32: use http and not ftp as ftp is timing out
This commit is contained in:
parent
4a4cc4bbbe
commit
6afbcb1014
@ -5,7 +5,7 @@
|
||||
name=libgmp-32
|
||||
version=6.0.0a
|
||||
release=1
|
||||
source=(ftp://ftp.gmplib.org/pub/gmp-${version%a}/gmp-$version.tar.xz)
|
||||
source=(https://gmplib.org/download/gmp/gmp-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd gmp-${version%a}
|
||||
|
Loading…
x
Reference in New Issue
Block a user