mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
820 B
JSON
22 lines
820 B
JSON
{
|
|
"version": "5.6.11",
|
|
"description": "Easy Semantic Versioning for projects using Git.",
|
|
"homepage": "https://github.com/GitTools/GitVersion",
|
|
"license": "MIT",
|
|
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.6.11.nupkg",
|
|
"hash": "834c0b2a7685a2ea1588e68f5923885e19eba0fc49226fabd51669e2dfda351d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|