ScoopInstaller_Main/bucket/gitversion.json
2020-12-20 00:01:47 +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.5.1",
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.5.1.nupkg",
"hash": "d113a899b89d437aff34ead5290c44ea5d0e09d5465c48f0b277af0d783b8d56",
"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"
}
}
}