mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
22 lines
818 B
JSON
22 lines
818 B
JSON
{
|
|
"version": "5.6.7",
|
|
"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.7.nupkg",
|
|
"hash": "372ad7c8d31de72059b36ef2ae4785b2ac3f4028d3bb51f3960bd178b4dc465e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|