ScoopInstaller_Main/bucket/git-town.json
2024-12-20 12:32:30 +00:00

37 lines
1.3 KiB
JSON

{
"version": "17.1.1",
"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.1.1/git-town_windows_intel_64.zip",
"hash": "fd0f7eae92e8cdc5a2a7b10ae0960822c2092d301dcbfc435518aaa944b63d45"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v17.1.1/git-town_windows_arm_64.zip",
"hash": "e688897dd3d670722f64ac638acf765a1a40188c77cbda4a869e5bc88e7a6fe9"
}
},
"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"
}
}
}