guix-commits
[Top][All Lists]
Advanced

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

01/05: download: Update ImageMagick mirror list.


From: guix-commits
Subject: 01/05: download: Update ImageMagick mirror list.
Date: Sat, 12 Dec 2020 19:07:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4de58a4b81d47db2e3bc84f5ce728d82aa83c54a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 16:36:26 2020 +0100

    download: Update ImageMagick mirror list.
    
    * guix/download.scm (%mirrors): Remove defunct ImageMagick mirrors, update
    URLs for directory structure changes (/releases instead of /legacy).  Move
    official site last.
---
 guix/download.scm | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/guix/download.scm b/guix/download.scm
index c24e013..4948258 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -248,22 +248,13 @@
       (imagemagick
        ;; from http://www.imagemagick.org/script/download.php
        ;; (without mirrors that are unavailable or not up to date)
-       ;; mirrors keeping old versions at the top level
-       "https://sunsite.icm.edu.pl/packages/ImageMagick/";
-       ;; mirrors moving old versions to "legacy"
-       "http://mirror.checkdomain.de/imagemagick/";
-       "http://ftp.surfnet.nl/pub/ImageMagick/";
-       "http://mirror.searchdaimon.com/ImageMagick";
-       "http://mirror.is.co.za/pub/imagemagick/";
-       "http://www.imagemagick.org/download/";
-       "ftp://mirror.aarnet.edu.au/pub/imagemagick/";
-       "ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/";
-       "ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org/";
+       "https://sunsite.icm.edu.pl/packages/ImageMagick/releases";
+       "http://mirror.checkdomain.de/imagemagick/releases";
+       
"ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org/releases";
        "ftp://ftp.nluug.nl/pub/ImageMagick/";
-       "ftp://ftp.tpnet.pl/pub/graphics/ImageMagick/";
-       "ftp://ftp.fifi.org/pub/ImageMagick/";
-       ;; one legacy location as a last resort
-       "http://www.imagemagick.org/download/legacy/";)
+       "http://www.imagemagick.org/download/releases/";
+       ;; Try this if all else fails (normally contains just the latest 
version).
+       "http://www.imagemagick.org/download/";)
       (debian
        "http://ftp.de.debian.org/debian/";
        "http://ftp.fr.debian.org/debian/";



reply via email to

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