ScoopInstaller_Main/bucket/git-town.json
2023-11-09 08:27:23 +00:00

27 lines
871 B
JSON

{
"version": "10.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/v10.0.2/git-town_10.0.2_windows_intel_64.zip",
"hash": "5f2c18dc2b7fef368dc40656dbe7abd32925b58e07ffd119b1c293f57d94a5e7"
}
},
"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_$version_windows_intel_64.zip"
}
}
}
}