ScoopInstaller_Main/bucket/git-town.json
2025-02-04 04:29:22 +00:00

37 lines
1.3 KiB
JSON

{
"version": "17.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/v17.3.0/git-town_windows_intel_64.zip",
"hash": "bfe9bad6df316667e7911e31ca2828387f885a8c41ae617dc0b3e1c3d0169fb4"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v17.3.0/git-town_windows_arm_64.zip",
"hash": "6a61e36927eea5bbc131f7fbded544f1d9721c37805d64d2ff74e377eebdaeec"
}
},
"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"
}
}
}