ScoopInstaller_Main/bucket/gitversion.json
2020-05-05 09:01:49 +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.0",
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.3.0.nupkg",
"hash": "4e3d432b6317b24f21c8d8e7299177f8d999c08a88b356c8a9499232ec188554",
"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"
}
}
}