From 1e0dba0eec6cdfd089f0ead30e12ea7a87a2b1cc Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 28 Sep 2017 19:44:28 +0200 Subject: MSYS2: Switch to repo.msys2.org URL for imagemagick (https://twitter.com/sfnet_ops/status/913044025791467520 among other reasons) --- buildtools/msys2installdeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh index 4bcda71fd..384597c09 100644 --- a/buildtools/msys2installdeps.sh +++ b/buildtools/msys2installdeps.sh @@ -70,10 +70,10 @@ $ARCH-libyaml for arch in $(eval echo $ARCH); do case ${arch} in mingw-w64-i686) - pacman -U --needed --noconfirm https://downloads.sourceforge.net/project/msys2/REPOS/MINGW/i686/mingw-w64-i686-imagemagick-6.9.3.7-1-any.pkg.tar.xz + pacman -U --needed --noconfirm http://repo.msys2.org/mingw/i686/mingw-w64-i686-imagemagick-6.9.3.7-1-any.pkg.tar.xz ;; mingw-w64-x86_64) - pacman -U --needed --noconfirm https://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-imagemagick-6.9.3.7-1-any.pkg.tar.xz + pacman -U --needed --noconfirm http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-imagemagick-6.9.3.7-1-any.pkg.tar.xz ;; esac done -- cgit v1.2.3