summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-01-07 10:59:21 +0100
committerMichel Zou2018-01-07 10:59:21 +0100
commitf54f836c78777c746a4cb0598d8711391f65616e (patch)
treee053c7887c24c99076a61727882a9ccec63e98b7 /PKGBUILD
parent1b2f9dba516583083255d6265f65d6f681d34154 (diff)
downloadaur-f54f836c78777c746a4cb0598d8711391f65616e.tar.gz
fix dl location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 611a0df14e07..bf6f9d0f57b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ license=("LGPL3")
depends=(mingw-w64-crt)
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
-source=("ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz")
-md5sums=('f58fa8001d60c4c77595fbbb62b63c1d')
+source=("https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz")
+sha256sums=('87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"