diff options
| author | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2020-04-09 11:00:18 +0200 |
|---|---|---|
| committer | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2020-04-09 11:00:18 +0200 |
| commit | 661f329e03056967b49ca448354df3a21f1ef06c (patch) | |
| tree | 5879375d16a89b8a0bb5f906861bef0cfb933238 | |
| parent | 0304c453157e05b52b04039602a806564bd011c2 (diff) | |
| download | vcpkg-661f329e03056967b49ca448354df3a21f1ef06c.tar.gz vcpkg-661f329e03056967b49ca448354df3a21f1ef06c.zip | |
[gsl] update to 2.6
| -rw-r--r-- | ports/gsl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gsl/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/gsl/CONTROL b/ports/gsl/CONTROL index 0ec3fc2e9..62c5efb26 100644 --- a/ports/gsl/CONTROL +++ b/ports/gsl/CONTROL @@ -1,4 +1,4 @@ Source: gsl -Version: 2.4-5 +Version: 2.6 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 8e692e70f..3069c44b2 100644 --- a/ports/gsl/portfile.cmake +++ b/ports/gsl/portfile.cmake @@ -1,9 +1,9 @@ -set(GSL_VERSION 2.4) +set(GSL_VERSION 2.6) vcpkg_download_distfile(ARCHIVE 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 + SHA512 0be8240715f0b86aba2c63d9f12da4dba4719d4e350e9308d279e0dd3b2f0519ea26fd2e38a17f3e8cf43aacbaa2455207a7ca0d6c305f3b8725e8ece2250a74 ) vcpkg_extract_source_archive_ex( |
