Skip to content

Commit

Permalink
Update ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
gschlager committed Jun 25, 2019
1 parent 98c5fec commit 760fbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/base/install-imagemagick
@@ -1,7 +1,7 @@
#!/bin/bash
set -o errexit

IMAGE_MAGICK_VERSION="7.0.8-49"
IMAGE_MAGICK_VERSION="7.0.8-50"
LIBPNG_VERSION="1.6.37"

PREFIX=/usr/local
Expand All @@ -16,7 +16,7 @@ mkdir -p $WDIR
cd $WDIR

# Build and install libpng
wget -O $WDIR/libpng.tar.gz http://prdownloads.sourceforge.net/libpng/libpng-$LIBPNG_VERSION.tar.gz?downlolad
wget -O $WDIR/libpng.tar.gz https://prdownloads.sourceforge.net/libpng/libpng-$LIBPNG_VERSION.tar.gz?download

tar -xzvf $WDIR/libpng.tar.gz
cd $WDIR/libpng-$LIBPNG_VERSION
Expand Down

0 comments on commit 760fbf0

Please sign in to comment.