ScoopInstaller_Main/bucket/git-town.json
2024-02-29 20:25:05 +00:00

27 lines
854 B
JSON

{
"version": "12.1.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/v12.1.0/git-town_windows_intel_64.zip",
"hash": "8be5e3b3fb2e8f570607eef8f56f3e52095db49e1c5b501c7860e1d31fe8b9f5"
}
},
"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"
}
}
}
}