diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-10-19 18:39:25 (GMT) |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-10-19 18:39:25 (GMT) |
commit | 18aad24c835744cac4da326339c697641f8b4195 (patch) | |
tree | 02a1d60632e352c574620c182a611cf10d06cb7b /src/gnutls.mk | |
parent | b3e2f6221793139f49cb7d23830a23c33286a905 (diff) | |
download | mxe-18aad24c835744cac4da326339c697641f8b4195.zip mxe-18aad24c835744cac4da326339c697641f8b4195.tar.gz mxe-18aad24c835744cac4da326339c697641f8b4195.tar.bz2 |
URL upgrades and fixes
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r-- | src/gnutls.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk index b255a19..75b0014 100644 --- a/src/gnutls.mk +++ b/src/gnutls.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecf $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION) $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://gnupg.org/ftp/gcrypt/gnutls/v3.5/$($(PKG)_FILE) -$(PKG)_URL_2 := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/$($(PKG)_FILE) +$(PKG)_URL_2 := https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.5/$($(PKG)_FILE) $(PKG)_DEPS := gcc gettext gmp libgnurx libidn2 libunistring nettle zlib define $(PKG)_UPDATE @@ -20,7 +20,7 @@ endef define $(PKG)_BUILD # AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw. - # Value taken from https://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx + # Value taken from https://msdn.microsoft.com/library/windows/desktop/ms737530 cd '$(1)' && autoreconf -fi && ./configure \ $(MXE_CONFIGURE_OPTS) \ --disable-rpath \ |