mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
19 lines
763 B
JSON
19 lines
763 B
JSON
{
|
|
"version": "2.2.8",
|
|
"description": "gibo (short for .gitignore boilerplates) is a shell script to help you easily access .gitignore boilerplates from github.com/github/gitignore.",
|
|
"homepage": "https://github.com/simonwhitaker/gibo",
|
|
"license": "Unlicense",
|
|
"url": "https://github.com/simonwhitaker/gibo/archive/2.2.8.zip",
|
|
"hash": "51357774a34f24a388cd93d200dfa32f6792afff02a427b54e297a969c482748",
|
|
"extract_dir": "gibo-2.2.8",
|
|
"bin": "gibo.bat",
|
|
"checkver": {
|
|
"url": "https://github.com/simonwhitaker/gibo/tags",
|
|
"regex": "/releases/tag/(?:v|V)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/simonwhitaker/gibo/archive/$version.zip",
|
|
"extract_dir": "gibo-$version"
|
|
}
|
|
}
|