mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
22 lines
820 B
JSON
22 lines
820 B
JSON
{
|
|
"version": "5.11.1",
|
|
"description": "Easy Semantic Versioning for projects using Git.",
|
|
"homepage": "https://github.com/GitTools/GitVersion",
|
|
"license": "MIT",
|
|
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.11.1.nupkg",
|
|
"hash": "4d256068cff7858739dd2d6d735d5df3246af72e3a2eb2be6e6bf0e7dfcd92ef",
|
|
"extract_dir": "tools",
|
|
"bin": "GitVersion.exe",
|
|
"checkver": {
|
|
"url": "https://chocolatey.org/packages/GitVersion.Portable",
|
|
"regex": "Latest Version[\\S\\s]+?/([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://packages.chocolatey.org/GitVersion.Portable.$version.nupkg",
|
|
"hash": {
|
|
"url": "https://chocolatey.org/packages/GitVersion.Portable/$version",
|
|
"regex": "$sha256/analysis/\">$basename"
|
|
}
|
|
}
|
|
}
|