ScoopInstaller_Main/bucket/gitversion.json
2024-08-13 04:28:07 +00:00

22 lines
818 B
JSON

{
"version": "6.0.1",
"description": "Easy Semantic Versioning for projects using Git.",
"homepage": "https://github.com/GitTools/GitVersion",
"license": "MIT",
"url": "https://packages.chocolatey.org/GitVersion.Portable.6.0.1.nupkg",
"hash": "ef99e237a6200bda23d54ba099c25fde0b5a8c4e294ac03acf56cbd22612c7d3",
"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"
}
}
}