{
    "version": "0.41.0",
    "description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
    "homepage": "https://ipfs.tech/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://dist.ipfs.tech/kubo/v0.41.0/kubo_v0.41.0_windows-amd64.zip",
            "hash": "sha512:c0d80cc3261c6ab4c47f477f393b1c03322c5dd89a2b598f95568eb4bbac6d85bc6ca177796da253fe75fb05188bc9f44d78b853a73fad51298d414f390c6699"
        },
        "arm64": {
            "url": "https://dist.ipfs.tech/kubo/v0.41.0/kubo_v0.41.0_windows-arm64.zip",
            "hash": "sha512:a5c5bfea5377f2384b991c561e86c111724b570b689fced5ef0bef10f9b16255cd181c12f8c2036a2af7c457520c38bcfe10ee96501cfe2545276f2839812db0"
        }
    },
    "extract_dir": "kubo",
    "bin": "ipfs.exe",
    "checkver": {
        "url": "https://dist.ipfs.tech/kubo/versions",
        "reverse": true,
        "regex": "(?m)^v([\\d.]*)$"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-amd64.zip"
            },
            "arm64": {
                "url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$url.sha512"
        }
    }
}
