[Windows] pin the git version to 2.47.1 (#11642)

This commit is contained in:
hemanthmanga
2025-02-23 07:29:21 +05:30
committed by GitHub
parent 436cefb96a
commit 434680b383

View File

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