{
    "version": "3.0.22",
    "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",
    "architecture": {
        "64bit": {
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.22/gibo_Windows_x86_64.zip",
            "hash": "ac29ea2d4cecce4aa22d290bc88b5f14185cf12beb957b9a097b3d38c279a0d5"
        },
        "32bit": {
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.22/gibo_Windows_i386.zip",
            "hash": "e90d8687400c7d7de6ae708eb8c7970740850df8d446e4aebd13fa297fd12ac0"
        },
        "arm64": {
            "url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.22/gibo_Windows_arm64.zip",
            "hash": "6e5e50b347a5aba29d3105cbee68562b264b8acd0ef084264f53143d92817c11"
        }
    },
    "bin": "gibo.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_i386.zip"
            },
            "arm64": {
                "url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.windows.txt"
        }
    }
}
