alglib: switch homepage to https.

This commit is contained in:
Jérôme Duval
2019-11-06 10:06:04 +01:00
committed by GitHub
parent 82277f69a7
commit 2978292040

View File

@@ -10,11 +10,11 @@ ALGLIB features include:
* Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear \ * Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear \
solvers solvers
* Fast Fourier Transform and many other algorithms" * Fast Fourier Transform and many other algorithms"
HOMEPAGE="http://www.alglib.net/" HOMEPAGE="https://www.alglib.net/"
COPYRIGHT="1999-2019 Sergey Bochkanov" COPYRIGHT="1999-2019 Sergey Bochkanov"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="3" REVISION="4"
SOURCE_URI="http://www.alglib.net/translator/re/alglib-$portVersion.cpp.gpl.tgz" SOURCE_URI="https://www.alglib.net/translator/re/alglib-$portVersion.cpp.gpl.tgz"
CHECKSUM_SHA256="55435decad45f4b5acdc9651f40c6e9f99a4f148c983e0e4370c9f23bf3329f9" CHECKSUM_SHA256="55435decad45f4b5acdc9651f40c6e9f99a4f148c983e0e4370c9f23bf3329f9"
SOURCE_DIR="cpp" SOURCE_DIR="cpp"
ADDITIONAL_FILES="CMakeLists.txt.in" ADDITIONAL_FILES="CMakeLists.txt.in"