We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9838a commit 244a594Copy full SHA for 244a594
bin/compile
@@ -3,7 +3,7 @@
3
BUILD_DIR=$1
4
CACHE_DIR=$2
5
6
-IMAGE_MAGICK_VERSION="7.0.7-39"
+IMAGE_MAGICK_VERSION="6.9.10-33"
7
LIBWEBP_VERSION="1.0.3"
8
9
VENDOR_DIR="$BUILD_DIR/vendor"
@@ -43,7 +43,7 @@ if [ ! -f $CACHE_FILE ]; then
43
# are periodically deleted. It looks like stable release versions end in "-10".
44
# For example, 6.5.8-10 has been available here for years.
45
46
- IMAGE_MAGICK_URL="https://www.imagemagick.org/download/releases/$IMAGE_MAGICK_FILE"
+ IMAGE_MAGICK_URL="https://legacy.imagemagick.org/archive/releases/$IMAGE_MAGICK_FILE"
47
48
echo "-----> Downloading ImageMagick from $IMAGE_MAGICK_URL"
49
wget $IMAGE_MAGICK_URL
0 commit comments