Commit c344ec02 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

imagemagick: bump version



The -3 version is no longer available at the upstream URL.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 1eee94dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

IMAGEMAGICK_MAJOR = 6.8.7
IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-3
IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-5
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