{
    "version": "1.0.27",
    "description": "simple command line client for Atlassian's Jira service written in Go",
    "homepage": "https://github.com/Netflix-Skunkworks/go-jira",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.27/jira-windows-amd64.exe#/jira.exe",
            "hash": "d6f21182ccae4d5fb80bb7f6a598baafcd72b97dabe06f1b56630d30cd6d52b9"
        },
        "32bit": {
            "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.27/jira-windows-386.exe#/jira.exe",
            "hash": "70f0663051638a7f6461755d369e65d8f272e1d2c9eb59e2086c947ea6b3da8e"
        }
    },
    "bin": "jira.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-amd64.exe#/jira.exe"
            },
            "32bit": {
                "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-386.exe#/jira.exe"
            }
        }
    }
}
