ScoopInstaller_Main/bucket/gitversion.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08: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"
}
}
}