mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: sqlite: Switch to alternate source URL.
* gnu/packages/databases.scm (sqlite)[source]: Add fossies.org URL.
This commit is contained in:
parent
0c0a1f22ce
commit
6f96706d6f
1 changed files with 9 additions and 2 deletions
|
@ -322,8 +322,15 @@ (define-public sqlite
|
|||
other-digits))
|
||||
6 #\0))))))
|
||||
(string-append
|
||||
"mirror://sourceforge/sqlite.mirror/SQLite%20" version
|
||||
"/sqlite-autoconf-" numeric-version ".tar.gz")))
|
||||
"https://fossies.org/linux/misc/sqlite-autoconf-"
|
||||
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
|
||||
(base32
|
||||
"09nnaqx50gl1vmfvdipirizr61q3s0ywlql50f9kr1bx9rdfb0l3"))))
|
||||
|
|
Loading…
Reference in a new issue