ScoopInstaller_Main/bucket/git-town.json
2024-10-04 00:34:43 +00:00

27 lines
854 B
JSON

{
"version": "16.4.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/v16.4.0/git-town_windows_intel_64.zip",
"hash": "6447bcd877e6aa6a533f87bad478da0d3e2cb1d66b57b28a6e05cb75df286abb"
}
},
"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"
}
}
}
}