Skip to content

Commit 244a594

Browse files
updated minimagick download url
1 parent ba9838a commit 244a594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/compile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BUILD_DIR=$1
44
CACHE_DIR=$2
55

6-
IMAGE_MAGICK_VERSION="7.0.7-39"
6+
IMAGE_MAGICK_VERSION="6.9.10-33"
77
LIBWEBP_VERSION="1.0.3"
88

99
VENDOR_DIR="$BUILD_DIR/vendor"
@@ -43,7 +43,7 @@ if [ ! -f $CACHE_FILE ]; then
4343
# are periodically deleted. It looks like stable release versions end in "-10".
4444
# For example, 6.5.8-10 has been available here for years.
4545

46-
IMAGE_MAGICK_URL="https://www.imagemagick.org/download/releases/$IMAGE_MAGICK_FILE"
46+
IMAGE_MAGICK_URL="https://legacy.imagemagick.org/archive/releases/$IMAGE_MAGICK_FILE"
4747

4848
echo "-----> Downloading ImageMagick from $IMAGE_MAGICK_URL"
4949
wget $IMAGE_MAGICK_URL

0 commit comments

Comments
 (0)