ScoopInstaller_Main/bucket/gitversion.json
2020-05-22 14: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.3",
"url": "https://packages.chocolatey.org/GitVersion.Portable.5.3.3.nupkg",
"hash": "4dce581d05be67fd19f6718f34d4570bf770461ede5f677493b5c5fa8f880e51",
"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"
}
}
}