diff --git a/bucket/gibo.json b/bucket/gibo.json index 769b591f54..ff751ae0c1 100644 --- a/bucket/gibo.json +++ b/bucket/gibo.json @@ -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"