ScoopInstaller_Main/bucket/git-town.json
2026-01-27 00:46:29 +00:00

37 lines
1.3 KiB
JSON

{
"version": "22.5.0",
"description": "Git plugin that adds Git commands that make collaborative software development more efficient and safe.",
"homepage": "https://www.git-town.com",
"license": "MIT",
"suggest": {
"git": "git"
},
"architecture": {
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/v22.5.0/git-town_windows_intel_64.zip",
"hash": "0b3b9d937a6a917daadc05cbba4020d900b0776beefec43fbe30615182c212ec"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v22.5.0/git-town_windows_arm_64.zip",
"hash": "daab318d87fd922f45a0d6af40e87470dbe88ed506eda6eb951d46aa1dca8483"
}
},
"bin": "git-town.exe",
"checkver": {
"github": "https://github.com/git-town/git-town"
},
"autoupdate": {
"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"
}
}
}