mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
* update gibo 2.2.4 -> 2.2.5 change https://github.com/github/gitignore's branch name master -> main * Update bucket/gibo.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update gibo.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
19 lines
763 B
JSON
19 lines
763 B
JSON
{
|
|
"version": "2.2.5",
|
|
"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.5.zip",
|
|
"hash": "05dbe8626fc1129448a05aae70a34c1e05e2a502e3eeb6ba9f383f9e2d5f75b9",
|
|
"extract_dir": "gibo-2.2.5",
|
|
"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"
|
|
}
|
|
}
|