ScoopInstaller_Main/bucket/gitversion.json
2024-12-10 00:39:38 +00:00

22 lines
818 B
JSON

{
"version": "6.0.5",
"description": "Easy Semantic Versioning for projects using Git.",
"homepage": "https://github.com/GitTools/GitVersion",
"license": "MIT",
"url": "https://packages.chocolatey.org/GitVersion.Portable.6.0.5.nupkg",
"hash": "e1c12ac4476ad920fccaf708bc06f02a4820371e7e17e187579bbb074fa88522",
"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"
}
}
}