diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-07-13 23:02:08 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-07-27 02:18:03 (GMT) |
commit | b9a47e838a65f0cf631276175f1c941120272a3a (patch) | |
tree | ef6798c56ecccd55944e5cbcf517363f76ae50a8 /src/mpfr.mk | |
parent | 497d034376e0967dc7c2c805e3652ef7b1b697a4 (diff) | |
download | mxe-b9a47e838a65f0cf631276175f1c941120272a3a.zip mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.gz mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.bz2 |
Secure URLs
Diffstat (limited to 'src/mpfr.mk')
-rw-r--r-- | src/mpfr.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mpfr.mk b/src/mpfr.mk index cab52e5..49e0527 100644 --- a/src/mpfr.mk +++ b/src/mpfr.mk @@ -1,21 +1,21 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := mpfr -$(PKG)_WEBSITE := http://www.mpfr.org/ +$(PKG)_WEBSITE := https://www.mpfr.org/ $(PKG)_IGNORE := $(PKG)_VERSION := 3.1.5 $(PKG)_CHECKSUM := 015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) -$(PKG)_URL_2 := http://www.mpfr.org/mpfr-$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL_2 := https://www.mpfr.org/mpfr-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) $(PKG)_DEPS := cc gmp $(PKG)_DEPS_$(BUILD) := gmp define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.mpfr.org/mpfr-current/#download' | \ + $(WGET) -q -O- 'https://www.mpfr.org/mpfr-current/#download' | \ grep 'mpfr-' | \ $(SED) -n 's,.*mpfr-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 |