ScoopInstaller_Main/bucket/git-town.json
2022-01-22 20:25:38 +00:00

27 lines
869 B
JSON

{
"version": "7.7.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/v7.7.0/git-town_7.7.0_windows_intel_64.zip",
"hash": "5711a5078355e23f9adb5c134635026fb02ce2dfd88ea714402d123d679076f7"
}
},
"bin": "git-town.exe",
"checkver": {
"github": "https://github.com/Originate/git-town"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_$version_windows_intel_64.zip"
}
}
}
}