summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-11-22 23:20:37 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-11-22 23:20:37 +0000
commit893909668183d1ccfbeaf3f173a79db998517e4d (patch)
tree9a32158e93bba0d5a100750f659f41674b48633a
parenttry to build doc on CI (diff)
parentMSYS2: Update ImageMagick to version 6.9.9.23 (diff)
downloadinkscape-893909668183d1ccfbeaf3f173a79db998517e4d.tar.gz
inkscape-893909668183d1ccfbeaf3f173a79db998517e4d.zip
Merge http://gitlab.com/inkscape/inkscape
-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