From e0cec565855940b93f248cf06d2dedf7616dd670 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 5 Feb 2025 11:53:01 +0100 Subject: [PATCH] tag-git: use the new Git for Windows snapshots URL For almost eight years, Git for Windows' snapshots were hosted at https://wingit.blob.core.windows.net/files/index.html, i.e. on Azure Blobs. As of a combination of PRs [*1*], [*2*], snapshots are not only now built and deployed via GitHub Actions instead of Azure Pipelines (and ARM64 artifacts are now included, too), they are also hosted on GitHub [*3*], with the main page being hosted on GitHub Pages [*4*]. Therefore, the original link now redirects to a new location (which is also a lot easier to remember): http://gitforwindows.org/git-snapshots. Let's adjust the link to link there directly. References: *1*: https://github.com/git-for-windows/git-for-windows-automation/pull/109 *2*: https://github.com/git-for-windows/gfw-helper-github-app/pull/117 *3*: https://github.com/git-for-windows/git-snapshots/releases/ *4*: https://github.com/git-for-windows/git-snapshots/commits/gh-pages Signed-off-by: Johannes Schindelin --- update-scripts/tag-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-scripts/tag-git.sh b/update-scripts/tag-git.sh index b415dd33..9b005ac9 100755 --- a/update-scripts/tag-git.sh +++ b/update-scripts/tag-git.sh @@ -94,7 +94,7 @@ else case "$display_version" in prerelease-*) - url=https://wingit.blob.core.windows.net/files/index.html + url=https://gitforwindows.org/git-snapshots/ ;; *-rc*) url=https://github.com/git-for-windows/git/releases/tag/$tag_name