ScoopInstaller_Main/bucket/git-town.json
2025-12-14 04:32:08 +00:00

37 lines
1.3 KiB
JSON

{
"version": "22.3.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.3.0/git-town_windows_intel_64.zip",
"hash": "1e4b714d092fe857951c70e828d8097846cf91720fbbe2edf7ab7de3b88e5532"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v22.3.0/git-town_windows_arm_64.zip",
"hash": "f70ca5d2bee5f86b5a3d382dd7ec5bda473aaa1ebe281cda0168432588d2c3d4"
}
},
"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"
}
}
}