ScoopInstaller_Main/bucket/git-town.json
2024-09-12 20:27:21 +00:00

27 lines
854 B
JSON

{
"version": "16.2.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/v16.2.1/git-town_windows_intel_64.zip",
"hash": "c3b3e66f6a0d705b990e4f02350e41228a6bf391c8963ebbf8086e8d2091d2e6"
}
},
"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"
}
}
}
}