ScoopInstaller_Main/bucket/git-town.json
2024-12-17 00:38:59 +00:00

37 lines
1.3 KiB
JSON

{
"version": "17.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/v17.0.0/git-town_windows_intel_64.zip",
"hash": "1eb6450763740477a5b6e93bc4f54805fe75d008d5dcd484b205cb1d8518f4bf"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v17.0.0/git-town_windows_arm_64.zip",
"hash": "6345fa16b72ae5b12f9569b3be4dad5a15679e44b813695667514c9ce982f077"
}
},
"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"
}
}
}