swi_prolog: switch to https.

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

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.2.0.tar.gz"
REVISION="3"
SOURCE_URI="https://www.swi-prolog.org/download/stable/src/pl-6.2.0.tar.gz"
CHECKSUM_SHA256="be358eacd50bc7013cdcdd1aa763e67c5b1d40f7bbf1833a7a48c0123a6455a8"
SOURCE_DIR="pl-6.2.0"
PATCHES="swi_prolog-6.2.0.patch"