~ruther/guix-local

6f96706d6f82142c5ae7391ea911aff94b49c9cf — Ludovic Courtès 10 years ago 0c0a1f2
gnu: sqlite: Switch to alternate source URL.

* gnu/packages/databases.scm (sqlite)[source]: Add fossies.org URL.
1 files changed, 9 insertions(+), 2 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +9 -2
@@ 322,8 322,15 @@ types are supported, as is encryption.")
                                                 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"))))