mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
27 lines
868 B
JSON
27 lines
868 B
JSON
{
|
|
"version": "9.0.1",
|
|
"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/v9.0.1/git-town_9.0.1_windows_intel_64.zip",
|
|
"hash": "7e24b099112405eb280d13103d00cbb24c03456805e8c22c81d9536ffdfe3466"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|