swi_prolog: switch to https.

This commit is contained in:
Jérôme Duval
2019-11-06 10:35:34 +01:00
committed by GitHub
parent b45ca1c57b
commit b36a03a308

View File

@@ -6,12 +6,12 @@ features, libraries for constraint logic programming, multithreading, unit \
testing, GUI, interfacing to Java, ODBC and others, literate programming, a web \
server, SGML, RDF, RDFS, developer tools (including an IDE with a GUI debugger \
and GUI profiler), and extensive documentation."
HOMEPAGE="http://www.swi-prolog.org/"
HOMEPAGE="https://www.swi-prolog.org/"
COPYRIGHT="1985-2012, University of Amsterdam, VU University Amsterdam"
LICENSE="GNU LGPL v2.1
SWI-Prolog"
REVISION="2"
SOURCE_URI="http://www.swi-prolog.org/download/stable/src/pl-6.6.6.tar.gz"
REVISION="3"
SOURCE_URI="https://www.swi-prolog.org/download/stable/src/pl-6.6.6.tar.gz"
CHECKSUM_SHA256="9f80bb274e2f31fd68b0acbe35982c012d5f8311dbe44ec1d8d04351a776996d"
SOURCE_DIR="pl-6.6.6"
PATCHES="swi_prolog-6.2.0.patch"