ScoopInstaller_Main/bucket/gitversion.json
2020-06-29 13:00:25 +00:00

22 lines
818 B
JSON

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