gibo: Update to version 2.2.5 (#3158)

* 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>
This commit is contained in:
Mitsutoshi Nakano 2022-01-06 13:23:02 +09:00 committed by GitHub
parent 211896cde6
commit a06d8431e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,16 @@
{
"version": "2.2.4",
"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.4.zip",
"hash": "4669227c5ec61dc1d60c373f11656dad30f9cf5d9d402129fc883165dcee9afc",
"extract_dir": "gibo-2.2.4",
"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"