ScoopInstaller_Main/bucket/gitversion.json
2021-11-14 05:00:41 +00:00

22 lines
818 B
JSON

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