Revert [Windows] Pin the git version to 2.47.1 (#11652)

This commit is contained in:
hemanthmanga
2025-02-25 13:06:50 +05:30
committed by GitHub
parent 3b1b75bc6a
commit 6334e65abb

View File

@@ -8,12 +8,12 @@
$downloadUrl = Resolve-GithubReleaseAssetUrl `
-Repo "git-for-windows/git" `
-Version "2.47.1" `
-Version "latest" `
-UrlMatchPattern "Git-*-64-bit.exe"
$externalHash = Get-ChecksumFromGithubRelease `
-Repo "git-for-windows/git" `
-Version "2.47.1" `
-Version "latest" `
-FileName (Split-Path $downloadUrl -Leaf) `
-HashType "SHA256"