ScoopInstaller_Main/bucket/gitversion.json
2022-11-08 12:31:53 +00:00

22 lines
820 B
JSON

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