ScoopInstaller_Main/bucket/git-town.json
2025-04-09 16:29:53 +00:00

37 lines
1.3 KiB
JSON

{
"version": "18.3.2",
"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/v18.3.2/git-town_windows_intel_64.zip",
"hash": "38732fdca12de634403f26a85758f5cdb129b2a67d5ec17eaf267eafff0808df"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v18.3.2/git-town_windows_arm_64.zip",
"hash": "4f2baf65a7a21d4703507eab8baae480089ac2f3390d48309dd8d8cb1db7c87e"
}
},
"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"
}
}
}