ScoopInstaller_Main/bucket/gitversion.json
2025-04-25 20:28:39 +00:00

22 lines
818 B
JSON

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