ScoopInstaller_Main/bucket/gitversion.json
2022-03-05 16:29:37 +00:00

22 lines
818 B
JSON

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