summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-01-23 22:25:27 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-01-23 22:25:27 +0000
commita41c77e7e59e519e2724fc0eb26f8d454056c80f (patch)
treeed1ca471f2150a65158cf50d9a378a53b60c7e25
parent87aa459358a77c4acd29a92637e6c39d9fa405f1 (diff)
downloadlibgit2-a41c77e7e59e519e2724fc0eb26f8d454056c80f.tar.gz
ci: use latest ci-dependencies release for mingw
-rwxr-xr-xci/setup-mingw-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/setup-mingw-build.sh b/ci/setup-mingw-build.sh
index 3d72b24eb..6c444f584 100755
--- a/ci/setup-mingw-build.sh
+++ b/ci/setup-mingw-build.sh
@@ -11,9 +11,9 @@ BUILD_TEMP=$(cygpath $BUILD_TEMP)
case "$ARCH" in
amd64)
- MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
+ MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2023-01-23/mingw-x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
x86)
- MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
+ MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2023-01-23/mingw-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
esac
if [ -z "$MINGW_URI" ]; then