ScoopInstaller_Main/bucket/git-town.json
2025-12-24 20:30:10 +00:00

37 lines
1.3 KiB
JSON

{
"version": "22.4.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.4.0/git-town_windows_intel_64.zip",
"hash": "f03e0d927744ab8f6400609b008b249b487893a9622ff315014015925d3c19ef"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v22.4.0/git-town_windows_arm_64.zip",
"hash": "490fde9038e84e9f51a78dc36386ee74d86f5ba97edffb4e1b0705278e795e8b"
}
},
"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"
}
}
}