ScoopInstaller_Main/bucket/git-town.json
2024-02-15 00:32:32 +00:00

27 lines
854 B
JSON

{
"version": "12.0.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/v12.0.2/git-town_windows_intel_64.zip",
"hash": "4ee28ad3ae13793c8b5fda62030a5bc89f270bc368968f9c9808ad98393d1383"
}
},
"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"
}
}
}
}