mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://www.git-town.com/",
|
|
"description": "An open-source Git plugin, that adds Git commands that make collaborative software development more efficient and safe.",
|
|
"version": "7.2.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/Originate/git-town/releases/download/v7.2.1/git-town-windows-386.exe#/git-town.exe",
|
|
"hash": "bcadec49d036c3a9492feb5c8d2a5f3d7ea30a5a53a47e04f18143f38b1bc878"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Originate/git-town/releases/download/v7.2.1/git-town-windows-amd64.exe#/git-town.exe",
|
|
"hash": "e97edc0b5376429371a87eef8aa2e32f67e48c0b72bacfe46ba41600ef07ee57"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"git": "git"
|
|
},
|
|
"bin": "git-town.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/Originate/git-town"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/Originate/git-town/releases/download/v$version/git-town-windows-386.exe#/git-town.exe"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Originate/git-town/releases/download/v$version/git-town-windows-amd64.exe#/git-town.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|