{
    "version": "8.0.1",
    "description": "Command line tool that performs HTTP requests defined in a simple plain text format",
    "homepage": "https://hurl.dev",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Orange-OpenSource/hurl/releases/download/8.0.1/hurl-8.0.1-x86_64-pc-windows-msvc.zip",
            "hash": "2bb8c64ea3dbde464b92432cedd48aaa0fafdff4a39cb9c05c271c306bc8f124"
        }
    },
    "bin": [
        "hurl.exe",
        "hurlfmt.exe"
    ],
    "checkver": {
        "github": "https://github.com/Orange-OpenSource/hurl"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Orange-OpenSource/hurl/releases/download/$version/hurl-$version-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
