From 2978292040ef90f1b7541963de1671464777e2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 6 Nov 2019 10:06:04 +0100 Subject: [PATCH] alglib: switch homepage to https. --- sci-libs/alglib/alglib-3.15.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/alglib/alglib-3.15.0.recipe b/sci-libs/alglib/alglib-3.15.0.recipe index e5fbe9210..08c3784c7 100644 --- a/sci-libs/alglib/alglib-3.15.0.recipe +++ b/sci-libs/alglib/alglib-3.15.0.recipe @@ -10,11 +10,11 @@ ALGLIB features include: * Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear \ solvers * Fast Fourier Transform and many other algorithms" -HOMEPAGE="http://www.alglib.net/" +HOMEPAGE="https://www.alglib.net/" COPYRIGHT="1999-2019 Sergey Bochkanov" LICENSE="GNU GPL v2" -REVISION="3" -SOURCE_URI="http://www.alglib.net/translator/re/alglib-$portVersion.cpp.gpl.tgz" +REVISION="4" +SOURCE_URI="https://www.alglib.net/translator/re/alglib-$portVersion.cpp.gpl.tgz" CHECKSUM_SHA256="55435decad45f4b5acdc9651f40c6e9f99a4f148c983e0e4370c9f23bf3329f9" SOURCE_DIR="cpp" ADDITIONAL_FILES="CMakeLists.txt.in"