Update gibo to version 2.0.0

This commit is contained in:
Richard Kuhnt 2018-06-12 20:00:20 +00:00
parent c13235ac82
commit c90e507875

View File

@ -1,11 +1,11 @@
{ {
"version": "1.0.6", "version": "2.0.0",
"homepage": "https://github.com/simonwhitaker/gibo", "homepage": "https://github.com/simonwhitaker/gibo",
"license": "Unlicense", "license": "Unlicense",
"description": "gibo (short for .gitignore boilerplates) is a shell script to help you easily access .gitignore boilerplates from github.com/github/gitignore.", "description": "gibo (short for .gitignore boilerplates) is a shell script to help you easily access .gitignore boilerplates from github.com/github/gitignore.",
"url": "https://github.com/simonwhitaker/gibo/archive/1.0.6.zip", "url": "https://github.com/simonwhitaker/gibo/archive/2.0.0.zip",
"hash": "0072748745d46a968834655b1b0e7f14307875b002cd516adc6f95d24f9f495c", "hash": "d041eb5e079fa8eca35e703a1e873e163c8ac43245fe9b99cb7b678ae630dc2f",
"extract_dir": "gibo-1.0.6", "extract_dir": "gibo-2.0.0",
"bin": [ "bin": [
"gibo.bat" "gibo.bat"
], ],