mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
27 lines
854 B
JSON
27 lines
854 B
JSON
{
|
|
"version": "14.2.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/v14.2.2/git-town_windows_intel_64.zip",
|
|
"hash": "0f695ccd0e28ff737f46ab0e22de32bfb5e62afcef0e7672dea965124cac9737"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|