diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-04-14 21:25:40 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-04-14 21:25:40 +1000 |
commit | 9e841f33d11d6c3c5c9e8f43b28a58aebf5967f1 (patch) | |
tree | 52373d273c3610afd89d57cfaf9e3fbaa5fac268 /libgmp-32 | |
parent | 7eb79977aa0b38b4169e34f7d782dac0d300278c (diff) | |
download | compat-32-9e841f33d11d6c3c5c9e8f43b28a58aebf5967f1.tar.gz compat-32-9e841f33d11d6c3c5c9e8f43b28a58aebf5967f1.tar.xz |
compat-32: fix source for 301 moved permanently
Diffstat (limited to 'libgmp-32')
-rw-r--r-- | libgmp-32/.signature | 4 | ||||
-rw-r--r-- | libgmp-32/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libgmp-32/.signature b/libgmp-32/.signature index e708e1d0..81aeb1ad 100644 --- a/libgmp-32/.signature +++ b/libgmp-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXRW4yfRxRIac32KOVf9idhhgBtwHl3m1sGUKSFcrrbsxYpjjFaKgSJwx1LMj0dOuhA6o2wYoREc1ZnAtWYIGVQ0= -SHA256 (Pkgfile) = 904366de7712974a70ba36da51daae1ecff89087397227a6178cbe7e04dbf523 +RWSwxGo/zH7eXctke+TMJYhqIoy1+lcETHcGhYuPdGq21Qwffs2U2oC37qogMCaIvRTv+6EzwfQp0M039fx4qncEqGyiLwloHwo= +SHA256 (Pkgfile) = 13664a4a4fdbc280e6275f416a0133fa51616d47461be5c55affd089354d46e8 SHA256 (.footprint) = 5c7f2062a9ee2472eb688d58585b4386acba8c4dd61d04ab5b473d58de53594d SHA256 (gmp-6.1.2.tar.xz) = 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 diff --git a/libgmp-32/Pkgfile b/libgmp-32/Pkgfile index a55a09b1..2b924376 100644 --- a/libgmp-32/Pkgfile +++ b/libgmp-32/Pkgfile @@ -1,11 +1,11 @@ # Description: Free library for arbitrary precision arithmetic -# URL: http://gmplib.org/ +# URL: https://gmplib.org/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu name=libgmp-32 version=6.1.2 release=1 -source=(http://gmplib.org/download/gmp/gmp-$version.tar.xz) +source=(https://gmplib.org/download/gmp/gmp-$version.tar.xz) build() { cd gmp-$version |