mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
19 lines
763 B
JSON
19 lines
763 B
JSON
{
|
|
"version": "2.2.7",
|
|
"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.7.zip",
|
|
"hash": "414d8f7941a320870278f0c9ff6c827717c8870661da9ffc23a6bcbc7f103fd8",
|
|
"extract_dir": "gibo-2.2.7",
|
|
"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"
|
|
}
|
|
}
|