ScoopInstaller_Main/bucket/gitversion.json
2019-10-28 21:01:50 +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.1.1",
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.1.1.nupkg",
"hash": "54fc798ad56f76092d5222cff8469a224e7fabc7b263f4ef966245916ec214e9",
"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"
}
}
}