ScoopInstaller_Main/bucket/gitversion.json
2019-08-02 11:04:43 +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.0.0",
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.0.0.nupkg",
"hash": "fe9a83efa32ba2fe734a6201aa7569fcd394e92396353a09b39f5db83d9a7790",
"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"
}
}
}