ScoopInstaller_Main/bucket/git-town.json
2024-03-29 21:05:47 +00:00

27 lines
854 B
JSON

{
"version": "13.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/v13.0.2/git-town_windows_intel_64.zip",
"hash": "9669267214634ba7d2225e97a8328d565591f5b78d1248e53b03219481de490f"
}
},
"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"
}
}
}
}