projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfd2c6
)
Bumps ImageMagick version
author
Gerhard Schlager
<mail@gerhard-schlager.at>
Mon, 23 Apr 2018 08:51:52 +0000
(10:51 +0200)
committer
GitHub
<noreply@github.com>
Mon, 23 Apr 2018 08:51:52 +0000
(10:51 +0200)
image/base/install-imagemagick
patch
|
blob
|
blame
|
history
diff --git
a/image/base/install-imagemagick
b/image/base/install-imagemagick
index b69aac074aa56e07e622d54fd0597a6bacbaead5..9d38b529cb0211c2c0a057cb7404830f7a20b5f5 100755
(executable)
--- a/
image/base/install-imagemagick
+++ b/
image/base/install-imagemagick
@@
-19,7
+19,7
@@
make all && make install
# Build and install ImageMagick
-wget -O $WDIR/ImageMagick.tar.gz "https://github.com/ImageMagick/ImageMagick
/archive/6.9.8-1
0.tar.gz"
+wget -O $WDIR/ImageMagick.tar.gz "https://github.com/ImageMagick/ImageMagick
6/archive/6.9.9-4
0.tar.gz"
IMDIR=$WDIR/$(tar tzf $WDIR/ImageMagick.tar.gz --wildcards "ImageMagick-*/configure" |cut -d/ -f1)
tar zxf $WDIR/ImageMagick.tar.gz -C $WDIR
cd $IMDIR