gnu: sqlite: Switch to alternate source URL.

* gnu/packages/databases.scm (sqlite)[source]: Add fossies.org URL.
This commit is contained in:
Ludovic Courtès 2015-09-08 22:21:00 +02:00
parent 0c0a1f22ce
commit 6f96706d6f

View file

@ -322,8 +322,15 @@ types are supported, as is encryption.")
other-digits)) other-digits))
6 #\0)))))) 6 #\0))))))
(string-append (string-append
"mirror://sourceforge/sqlite.mirror/SQLite%20" version "https://fossies.org/linux/misc/sqlite-autoconf-"
"/sqlite-autoconf-" numeric-version ".tar.gz"))) numeric-version ".tar.gz")
;; XXX: As of 2015-09-08, SourceForge is squatting the URL
;; below, returning 200 and showing an advertising page.
;; (string-append
;; "mirror://sourceforge/sqlite.mirror/SQLite%20" version
;; "/sqlite-autoconf-" numeric-version ".tar.gz")
))
(sha256 (sha256
(base32 (base32
"09nnaqx50gl1vmfvdipirizr61q3s0ywlql50f9kr1bx9rdfb0l3")))) "09nnaqx50gl1vmfvdipirizr61q3s0ywlql50f9kr1bx9rdfb0l3"))))