Update imagemagick to 7.0.8-41.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Mon, 22 Apr 2019 03:02:10 +0000 (11:02 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 03:02:10 +0000 (11:02 +0800)
image/base/install-imagemagick

index 47484d89741a10b756293967005e13d27a72a0da..7f747561bc455807a197c9ceee4ffa99c74b78d6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -o errexit
 
-IMAGE_MAGICK_VERSION="7.0.8-40"
+IMAGE_MAGICK_VERSION="7.0.8-41"
 LIBPNG_VERSION="1.6.36"
 
 PREFIX=/usr/local