ScoopInstaller_Main/bucket/gitversion.json
2019-08-12 16:00:22 +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.1",
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.0.1.nupkg",
"hash": "87725f334cb68fe56bbb55805bc6913d65006c58e49c91a0f71263e93b1a888d",
"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"
}
}
}