all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30865] alpine: Update to 2.21.999
@ 2018-03-19 21:10 ng0
  2018-03-27 21:24 ` bug#30865: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2018-03-19 21:10 UTC (permalink / raw)
  To: 30865

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

The alpine website shut down and it moved to repo.or.cz.
This commit uses a snapshot from repo.or.cz which states
"New version 2.21.999".
-- 
A88C8ADD129828D7EAC02E52E22F9BBFEE348588
https://n0.is

[-- Attachment #2: 0001-gnu-alpine-Update-to-2.21.999.patch --]
[-- Type: text/plain, Size: 2112 bytes --]

From 8e6164358fa62f79a2b127ffa0a28370dfd8786c Mon Sep 17 00:00:00 2001
From: ng0 <ng0@n0.is>
Date: Mon, 19 Mar 2018 21:05:39 +0000
Subject: [PATCH] gnu: alpine: Update to 2.21.999.

* gnu/packages/mail.scm (alpine): Update to 2.21.999.
[source]: Change to new upstream location.
[home-page]: Use new location.
---
 gnu/packages/mail.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index f3eb2bbd8..1d460b08c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2323,7 +2323,7 @@ operators and scripters.")
 (define-public alpine
   (package
     (name "alpine")
-    (version "2.21")
+    (version "2.21.999")
     (source
      (origin
        (method url-fetch)
@@ -2331,11 +2331,12 @@ operators and scripters.")
        ;; patches and the version which adds extra fixes. Every distro uses
        ;; the patched version, and so do we to not break expectations.
        ;; http://alpine.freeiz.com/alpine/readme/README.patches
-       (uri (string-append "http://alpine.freeiz.com/alpine/patches/alpine-"
-                           version "/alpine-" version ".tar.xz"))
+       (uri (string-append "http://repo.or.cz/alpine.git/snapshot/"
+                           "349642a84039a4b026513c32a3b4f8594acd50df.tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1k9hcfjywfk3mpsl71hjza3nk6icgf1b6xxzgx10kdzg5yci5x5m"))))
+         "1rkvlfk3q7h9jcvaj91pk7l087bq4b38j30060jaw21zz94b90np"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list "CC=gcc")
@@ -2373,7 +2374,7 @@ operators and scripters.")
        ("aspell" ,aspell)
        ("tcl" ,tcl)
        ("linux-pam" ,linux-pam)))
-    (home-page "http://alpine.freeiz.com/alpine/")
+    (home-page "http://repo.or.cz/alpine.git")
     (synopsis "Alternatively Licensed Program for Internet News and Email")
     (description
      "Alpine is a text-based mail and news client.  Alpine includes several
-- 
2.16.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30865: alpine: Update to 2.21.999
  2018-03-19 21:10 [bug#30865] alpine: Update to 2.21.999 ng0
@ 2018-03-27 21:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-27 21:24 UTC (permalink / raw)
  To: ng0; +Cc: 30865-done

ng0 <ng0@n0.is> skribis:

> From 8e6164358fa62f79a2b127ffa0a28370dfd8786c Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@n0.is>
> Date: Mon, 19 Mar 2018 21:05:39 +0000
> Subject: [PATCH] gnu: alpine: Update to 2.21.999.
>
> * gnu/packages/mail.scm (alpine): Update to 2.21.999.
> [source]: Change to new upstream location.
> [home-page]: Use new location.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-27 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-19 21:10 [bug#30865] alpine: Update to 2.21.999 ng0
2018-03-27 21:24 ` bug#30865: " Ludovic Courtès

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.