ScoopInstaller_Main/gitversion.json
2019-03-10 22:08:18 +01:00

22 lines
818 B
JSON

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