summaryrefslogtreecommitdiffstats
path: root/src/imagemagick.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-04 10:33:47 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-04 10:33:47 (GMT)
commite961e447fbe61df54a0e304bc078741a47230193 (patch)
tree7c9fc11b43ca2711888c13fd1c0e64a2dcf87f3d /src/imagemagick.mk
parent215adb59861289ab5b4d12538028252b2f2b5a32 (diff)
downloadmxe-e961e447fbe61df54a0e304bc078741a47230193.zip
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.gz
mxe-e961e447fbe61df54a0e304bc078741a47230193.tar.bz2
URL updates
Diffstat (limited to 'src/imagemagick.mk')
-rw-r--r--src/imagemagick.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imagemagick.mk b/src/imagemagick.mk
index 1abe983..28b4f6c 100644
--- a/src/imagemagick.mk
+++ b/src/imagemagick.mk
@@ -1,20 +1,20 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := imagemagick
-$(PKG)_WEBSITE := http://www.imagemagick.org/
+$(PKG)_WEBSITE := https://www.imagemagick.org/
$(PKG)_DESCR := ImageMagick
$(PKG)_IGNORE :=
$(PKG)_VERSION := 6.9.0-0
$(PKG)_CHECKSUM := 12331c904c691cb128865fdc97e5f8a2654576f9b032e274b74dd7617aa1b9b6
$(PKG)_SUBDIR := ImageMagick-$($(PKG)_VERSION)
$(PKG)_FILE := ImageMagick-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://www.imagemagick.org/download/releases/$($(PKG)_FILE)
-$(PKG)_URL_2 := http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/$($(PKG)_FILE)
+$(PKG)_URL := https://www.imagemagick.org/download/releases/$($(PKG)_FILE)
+$(PKG)_URL_2 := https://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/$($(PKG)_FILE)
$(PKG)_DEPS := gcc bzip2 ffmpeg fftw freetype jasper jpeg lcms \
liblqr-1 libltdl libpng openexr pthreads tiff
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://www.imagemagick.org/' | \
+ $(WGET) -q -O- 'https://www.imagemagick.org/' | \
$(SED) -n 's,.*<p>The current release is ImageMagick \([0-9][0-9.-]*\).*,\1,p' | \
head -1
endef