* [PATCH 0/1] zsh: Add alternate URL
@ 2015-12-26 7:51 Leo Famulari
2015-12-26 7:51 ` [PATCH 1/1] gnu: zsh: Add alternate source URL Leo Famulari
2015-12-26 13:34 ` [PATCH 0/1] zsh: Add alternate URL Andreas Enge
0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26 7:51 UTC (permalink / raw)
To: guix-devel
The adds an alternate URL to get old version of zsh.
Leo Famulari (1):
gnu: zsh: Add alternate source URL.
gnu/packages/zsh.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
2.6.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] gnu: zsh: Add alternate source URL.
2015-12-26 7:51 [PATCH 0/1] zsh: Add alternate URL Leo Famulari
@ 2015-12-26 7:51 ` Leo Famulari
2015-12-26 13:34 ` [PATCH 0/1] zsh: Add alternate URL Andreas Enge
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26 7:51 UTC (permalink / raw)
To: guix-devel
* gnu/packages/zsh.scm (zsh)[source]: Add alternate URL.
---
gnu/packages/zsh.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/zsh.scm b/gnu/packages/zsh.scm
index c2f0922..6d25fd4 100644
--- a/gnu/packages/zsh.scm
+++ b/gnu/packages/zsh.scm
@@ -32,8 +32,12 @@
(version "5.1.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.zsh.org/pub/zsh-" version
- ".tar.gz"))
+ (uri (list (string-append
+ "http://www.zsh.org/pub/zsh-" version
+ ".tar.gz")
+ (string-append
+ "http://www.zsh.org/pub/old/zsh-" version
+ ".tar.gz")))
(sha256
(base32
"11shllzhq53fg8ngy3bgbmpf09fn2czifg7hsb41nxi3410mpvcl"))))
--
2.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] zsh: Add alternate URL
2015-12-26 7:51 [PATCH 0/1] zsh: Add alternate URL Leo Famulari
2015-12-26 7:51 ` [PATCH 1/1] gnu: zsh: Add alternate source URL Leo Famulari
@ 2015-12-26 13:34 ` Andreas Enge
2015-12-26 16:27 ` Leo Famulari
1 sibling, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2015-12-26 13:34 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
On Sat, Dec 26, 2015 at 02:51:41AM -0500, Leo Famulari wrote:
> The adds an alternate URL to get old version of zsh.
> Leo Famulari (1):
> gnu: zsh: Add alternate source URL.
I think all these source uri updates are useful and safe modifications that
you can push without asking on the list.
Andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] zsh: Add alternate URL
2015-12-26 13:34 ` [PATCH 0/1] zsh: Add alternate URL Andreas Enge
@ 2015-12-26 16:27 ` Leo Famulari
0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26 16:27 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
On Sat, Dec 26, 2015 at 02:34:02PM +0100, Andreas Enge wrote:
> On Sat, Dec 26, 2015 at 02:51:41AM -0500, Leo Famulari wrote:
> > The adds an alternate URL to get old version of zsh.
> > Leo Famulari (1):
> > gnu: zsh: Add alternate source URL.
>
> I think all these source uri updates are useful and safe modifications that
> you can push without asking on the list.
I'll do that in the future, thanks!
>
> Andreas
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-26 16:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-26 7:51 [PATCH 0/1] zsh: Add alternate URL Leo Famulari
2015-12-26 7:51 ` [PATCH 1/1] gnu: zsh: Add alternate source URL Leo Famulari
2015-12-26 13:34 ` [PATCH 0/1] zsh: Add alternate URL Andreas Enge
2015-12-26 16:27 ` Leo Famulari
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).