mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
869 B
JSON
27 lines
869 B
JSON
{
|
|
"version": "7.8.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.8.0/git-town_7.8.0_windows_intel_64.zip",
|
|
"hash": "45bd266909d65e1bec79d004e2c9cdcbb3cfd574df8c1ad491655817f80300b4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|