summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eeabdcb80eb..7bd5c7c88095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 9 19:14:33 UTC 2017
+# Sun Jan 7 09:59:21 UTC 2018
pkgbase = mingw-w64-gmp
pkgdesc = A free library for arbitrary precision arithmetic (mingw-w64)
pkgver = 6.1.2
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-gmp
options = staticlibs
options = !strip
options = !buildflags
- source = ftp://ftp.gmplib.org/pub/gmp-6.1.2/gmp-6.1.2.tar.xz
- md5sums = f58fa8001d60c4c77595fbbb62b63c1d
+ source = https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
+ sha256sums = 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912
pkgname = mingw-w64-gmp
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"