mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
820 B
JSON
22 lines
820 B
JSON
{
|
|
"version": "5.10.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.10.1.nupkg",
|
|
"hash": "88884fdec55bb54d50d2ae89a349dc0d49a6dac03f4ecf575814521d29ff210c",
|
|
"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"
|
|
}
|
|
}
|
|
}
|