[gsl] update to 2.6

This commit is contained in:
Alexander Neumann 2020-04-09 11:00:18 +02:00
parent 0304c45315
commit 661f329e03
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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(