git-town@16.4.1: Add arm64 version & hash autoupdate (#6249)

This commit is contained in:
Aliaksandr Belik 2024-10-21 18:10:23 +03:00 committed by GitHub
parent cae25be835
commit 400e5e6fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,10 @@
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/v16.4.1/git-town_windows_intel_64.zip",
"hash": "cb3aa373fe933ceb378e43fd9a2cc11a76a48e3f015b458b949752911df02aa2"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v16.4.1/git-town_windows_arm_64.zip",
"hash": "8475b76e3bac689f6abd20682be51b6e946465cf2031eb1f2bce19cbc922c18c"
}
},
"bin": "git-town.exe",
@ -20,7 +24,13 @@
"architecture": {
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_intel_64.zip"
}
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_arm_64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}