diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2023-01-23 22:25:27 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2023-02-09 12:10:40 +0000 |
commit | 5288aa301c80c17cdedc7fbe457b8821b5d4f842 (patch) | |
tree | 088d43c965aede477f7d033dce58430a87e673c5 | |
parent | ea4ce92aea6cbe5da688b97988dceb6b33382f66 (diff) | |
download | libgit2-5288aa301c80c17cdedc7fbe457b8821b5d4f842.tar.gz |
ci: use latest ci-dependencies release for mingw
-rwxr-xr-x | ci/setup-mingw-build.sh | 4 |
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 |