guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: sqlite: Switch to alternate source URL.


From: Ludovic Courtès
Subject: 02/02: gnu: sqlite: Switch to alternate source URL.
Date: Tue, 08 Sep 2015 20:23:50 +0000

civodul pushed a commit to branch master
in repository guix.

commit 6f96706d6f82142c5ae7391ea911aff94b49c9cf
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 8 22:21:00 2015 +0200

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

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index cbac16e..53a73a2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]