summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-11-22 22:10:47 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-11-22 22:10:47 +0000
commit5fbef38558ef651328c8c3ec9ad141d431d308d8 (patch)
treeb3b0960504d132eae3808c3d9fbf6c1b383c3d52
parentMerge branch 'doxygen-separate' of gitlab.com:monomon/inkscape (diff)
downloadinkscape-5fbef38558ef651328c8c3ec9ad141d431d308d8.tar.gz
inkscape-5fbef38558ef651328c8c3ec9ad141d431d308d8.zip
MSYS2: Update ImageMagick to version 6.9.9.23
-rw-r--r--buildtools/msys2installdeps.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh
index 9400e55a7..5328faabe 100644
--- a/buildtools/msys2installdeps.sh
+++ b/buildtools/msys2installdeps.sh
@@ -68,9 +68,9 @@ $ARCH-libyaml
# or (always!) run pacman with the additional command line switch
# --ignore=mingw-w64-*-imagemagick
for arch in $(eval echo $ARCH); do
- wget -nv https://gitlab.com/Ede123/bintray/raw/master/${arch}-imagemagick-6.9.9.15-1-any.pkg.tar.xz \
- && pacman -U --needed --noconfirm ${arch}-imagemagick-6.9.9.15-1-any.pkg.tar.xz \
- && rm ${arch}-imagemagick-6.9.9.15-1-any.pkg.tar.xz
+ wget -nv https://gitlab.com/Ede123/bintray/raw/master/${arch}-imagemagick-6.9.9.23-1-any.pkg.tar.xz \
+ && pacman -U --needed --noconfirm ${arch}-imagemagick-6.9.9.23-1-any.pkg.tar.xz \
+ && rm ${arch}-imagemagick-6.9.9.23-1-any.pkg.tar.xz
done