Mitsutoshi Nakano a06d8431e9
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>
2022-01-06 09:53:02 +05:30

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"
}
}