Skip to content

Commit

Permalink
git: Add arm64 version (#6497)
Browse files Browse the repository at this point in the history
  • Loading branch information
sWW26 authored Feb 6, 2025
1 parent aea8ce0 commit 6b0239b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bucket/git.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.2/PortableGit-2.47.1.2-32-bit.7z.exe#/dl.7z",
"hash": "b1b1715676b1aaf0cdffe7287c70c37a94408fd872d538f4b00834d278a9e02f"
},
"arm64": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.2/PortableGit-2.47.1.2-arm64.7z.exe#/dl.7z",
"hash": "6f554b6f0fb9e76448f42c2b0dd9c4c59f0a1d0df0c38c1a9029ebd9c49532b5"
}
},
"post_install": [
Expand Down Expand Up @@ -71,6 +75,9 @@
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v$matchTag/PortableGit-$version-32-bit.7z.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/git-for-windows/git/releases/download/v$matchTag/PortableGit-$version-arm64.7z.exe#/dl.7z"
}
},
"hash": {
Expand Down

0 comments on commit 6b0239b

Please sign in to comment.