From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: Re: [PATCH 1/1] gnu: libsodium: Add alternate URL.
Date: Fri, 25 Dec 2015 23:57:50 -0500 [thread overview]
Message-ID: <20151226045750.GA26127@jasmine> (raw)
In-Reply-To: <2f5eb1b43a650c93494c801de81745d61096a835.1450979208.git.leo@famulari.name>
On Thu, Dec 24, 2015 at 12:47:56PM -0500, Leo Famulari wrote:
> * gnu/packages/crypto.scm (libsodium)[source]: Add alternate URL.
> ---
> gnu/packages/crypto.scm | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
> index d4742ca..a8d675b 100644
> --- a/gnu/packages/crypto.scm
> +++ b/gnu/packages/crypto.scm
> @@ -30,9 +30,12 @@
> (version "1.0.0")
> (source (origin
> (method url-fetch)
> - (uri (string-append
> - "http://download.libsodium.org/libsodium/releases/libsodium-"
> - version ".tar.gz"))
> + (uri (list (string-append
> + "http://download.libsodium.org/libsodium/"
> + "releases/libsodium-" version ".tar.gz")
> + (string-append
> + "https://download.libsodium.org/libsodium/"
> + "releases/old/libsodium-" version ".tar.gz")))
> (sha256
> (base32
> "19f9vf0shfp4rc4l791r6xjg06z4i8psj1zkjkm3z5b640yzxlff"))))
> --
> 2.6.2
Pushed as 4150ac88bc
prev parent reply other threads:[~2015-12-26 4:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-24 17:47 [PATCH 0/1] libsodium: Add alternate URL Leo Famulari
2015-12-24 17:47 ` [PATCH 1/1] gnu: " Leo Famulari
2015-12-25 14:17 ` Mark H Weaver
2015-12-26 4:57 ` Leo Famulari [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151226045750.GA26127@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.