unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: bug-guix@gnu.org
Subject: [PATCH] zlib: Add a sourceforge mirror.
Date: Sat, 25 May 2013 23:08:01 +0200	[thread overview]
Message-ID: <1369516082-6011-1-git-send-email-tipecaml@gmail.com> (raw)
In-Reply-To: <51A12574.5060703@gmail.com>

This is especially useful since the tarball is deleted from zlib.net as soon as
a new version of zlib is released.
---
 gnu/packages/compression.scm |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 89cb014..b39119f 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -30,8 +30,10 @@
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "http://zlib.net/zlib-"
-                          version ".tar.gz"))
+      (uri (list (string-append "http://zlib.net/zlib-"
+                                 version ".tar.gz")
+                 (string-append "mirror://sourceforge/libpng/zlib-"
+                                 version ".tar.gz")))
       (sha256
        (base32
         "1i96gsdvxqb6skp9a58bacf1wxamwi9m9pg4yn7cpf7g7239r77s"))))
-- 
1.7.10.4

  reply	other threads:[~2013-05-25 21:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23  1:54 [PATCH] zlib: bump to 1.2.8 Cyril Roelandt
2013-05-23 12:03 ` Ludovic Courtès
2013-05-23 14:52   ` Cyril Roelandt
2013-05-23 15:19     ` Ludovic Courtès
2013-05-25 20:56       ` Cyril Roelandt
2013-05-25 21:08         ` Cyril Roelandt [this message]
2013-05-25 21:23           ` [PATCH] zlib: Add a sourceforge mirror Ludovic Courtès
2013-05-26 20:00         ` [PATCH] zlib: bump to 1.2.8 Ludovic Courtès
2013-05-28 20:41           ` Cyril Roelandt
2013-05-28 21:55             ` Ludovic Courtès
2013-06-04  0:13               ` Cyril Roelandt
2013-06-04  7:10                 ` Ludovic Courtès
2013-06-05  0:22                   ` Cyril Roelandt
2013-06-05  7:31                     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1369516082-6011-1-git-send-email-tipecaml@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).