{
    "version": "1.0.0",
    "description": "Command-line tool to interact with appbase.io",
    "homepage": "https://github.com/appbaseio/abc",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/appbaseio/abc/releases/download/1.0.0/abc-windows-1.0.0.zip",
            "hash": "4f8500a7a8d6e4b924f9bf719f0f623d66141ef89c57353787511c262ce04745"
        }
    },
    "pre_install": "Rename-Item \"$dir\\abc-$version.exe\" 'abc.exe' -ErrorAction SilentlyContinue",
    "bin": "abc.exe",
    "checkver": {
        "github": "https://github.com/appbaseio/abc",
        "regex": "tag/([\\w.-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/appbaseio/abc/releases/download/$version/abc-windows-$version.zip"
            }
        }
    }
}
