aboutsummaryrefslogtreecommitdiff
path: root/ports/gsl
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-01-06 14:33:00 -0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2020-01-06 14:33:00 -0800
commit2c7ff757a10a1d63e5fd6e295430f00bd67b902c (patch)
tree7a2e7ecbb196809aeeb874b4a4b7df6e588a0652 /ports/gsl
parente13ed9547a1e33064622e99fe213018634d3cfa3 (diff)
downloadvcpkg-2c7ff757a10a1d63e5fd6e295430f00bd67b902c.tar.gz
vcpkg-2c7ff757a10a1d63e5fd6e295430f00bd67b902c.zip
[many ports] Add mirror (#9123)
Diffstat (limited to 'ports/gsl')
-rw-r--r--ports/gsl/CONTROL2
-rw-r--r--ports/gsl/portfile.cmake3
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/gsl/CONTROL b/ports/gsl/CONTROL
index 12b96a5a2..0ec3fc2e9 100644
--- a/ports/gsl/CONTROL
+++ b/ports/gsl/CONTROL
@@ -1,4 +1,4 @@
Source: gsl
-Version: 2.4-4
+Version: 2.4-5
Homepage: https://www.gnu.org/software/gsl/
Description: The GNU Scientific Library is a numerical library for C and C++ programmers
diff --git a/ports/gsl/portfile.cmake b/ports/gsl/portfile.cmake
index 161b2defa..8e692e70f 100644
--- a/ports/gsl/portfile.cmake
+++ b/ports/gsl/portfile.cmake
@@ -1,8 +1,7 @@
-include(vcpkg_common_functions)
set(GSL_VERSION 2.4)
vcpkg_download_distfile(ARCHIVE
- URLS "ftp://ftp.gnu.org/gnu/gsl/gsl-${GSL_VERSION}.tar.gz"
+ URLS "https://ftp.gnu.org/gnu/gsl/gsl-${GSL_VERSION}.tar.gz" "https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/gsl/gsl-${GSL_VERSION}.tar.gz"
FILENAME "gsl-${GSL_VERSION}.tar.gz"
SHA512 12442b023dd959e8b22a9c486646b5cedec7fdba0daf2604cda365cf96d10d99aefdec2b42e59c536cc071da1525373454e5ed6f4b15293b305ca9b1dc6db130
)