summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2015-02-17 09:40:36 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-17 14:20:51 +0100
commit12a6c5b12cd102cb97096584cf5a56632b8ab927 (patch)
treeac2d72c78e99992b8ed5ff3374960308384b9fc6
parent0a3dd68fe6173303b1ea68a0059fd15f66322964 (diff)
downloadbuildroot-12a6c5b12cd102cb97096584cf5a56632b8ab927.tar.gz
buildroot-12a6c5b12cd102cb97096584cf5a56632b8ab927.zip
imagemagick: use official download site
Don't use anymore the alternate download site beacause it does not conatins anymore older versions, instead use the official download site because now it contains even the older versions. Signed-off-by: Fabio Porcedda <Fabio.Porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/imagemagick/imagemagick.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index f78fcd3f9a..ab2b7921ba 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -6,10 +6,7 @@
IMAGEMAGICK_VERSION = 6.9.0-4
IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
-# The official ImageMagick site only keeps the latest versions
-# available, which is annoying. Use an alternate site that keeps all
-# older versions.
-IMAGEMAGICK_SITE = ftp://ftp.nluug.nl/pub/ImageMagick
+IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
IMAGEMAGICK_LICENSE = Apache-2.0
IMAGEMAGICK_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud