ScoopInstaller_Main/bucket/git-town.json
2025-09-23 16:30:45 +00:00

37 lines
1.3 KiB
JSON

{
"version": "22.0.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.0.0/git-town_windows_intel_64.zip",
"hash": "3c251cbdafc2a9019cb0771beaccb33addec27413042744a5a351810a49eaf71"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v22.0.0/git-town_windows_arm_64.zip",
"hash": "63bf4fd4a2bddbc421a45054d890c788d7ddf4c4d7bd6e3775908813af09c4f7"
}
},
"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"
}
}
}