mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* Update to the new asset names in Git Town v11 Starting at v11, the assets in Git Town releases have new names. * Update the manifest version * Update URL and hashes * Fix typo
27 lines
854 B
JSON
27 lines
854 B
JSON
{
|
|
"version": "11.1.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/v11.1.0/git-town_windows_intel_64.zip",
|
|
"hash": "7e3090b142536c615ffc46901f4343653a1509318879756e859900c13f413a67"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|