{
    "version": "0.4.0",
    "description": "A modern watch command. Time machine and pager etc.",
    "homepage": "https://github.com/sachaos/viddy",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sachaos/viddy/releases/download/v0.4.0/viddy_Windows_x86_64.tar.gz",
            "hash": "d8254229ea7e635d7236535b352634199ab7b33548259bef3ae38104f6284c52"
        },
        "32bit": {
            "url": "https://github.com/sachaos/viddy/releases/download/v0.4.0/viddy_Windows_i386.tar.gz",
            "hash": "d63a6f8ee3d637d05d197b1aced60f291a58777798e9509bc69cea0db7719044"
        },
        "arm64": {
            "url": "https://github.com/sachaos/viddy/releases/download/v0.4.0/viddy_Windows_arm64.tar.gz",
            "hash": "2607444375ac950a1d75dc5d8757ddee224edfb21e76ded0a8f4e83e026d24b3"
        }
    },
    "bin": "viddy.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sachaos/viddy/releases/download/v$version/viddy_Windows_x86_64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/sachaos/viddy/releases/download/v$version/viddy_Windows_i386.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/sachaos/viddy/releases/download/v$version/viddy_Windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
