{
    "version": "0.52.0",
    "description": "Feature-rich terminal-based text viewer",
    "homepage": "https://noborus.github.io/ov",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/noborus/ov/releases/download/v0.52.0/ov_0.52.0_windows_amd64.zip",
            "hash": "c639fa82100ae336a6d94ad3bc39bf1ac6c40cdf1698d1a6f9fa07d3e3a1ecb1"
        },
        "32bit": {
            "url": "https://github.com/noborus/ov/releases/download/v0.52.0/ov_0.52.0_windows_386.zip",
            "hash": "94cd5d7e0671c5b2a8e86ded0994cce18945f2d84fcffa7234ea414815a3b997"
        },
        "arm64": {
            "url": "https://github.com/noborus/ov/releases/download/v0.52.0/ov_0.52.0_windows_arm64.zip",
            "hash": "69e4bc76db902580575b1617a73e04d5cea70328c7082dc8b9a4c99cfb945eb7"
        }
    },
    "bin": "ov.exe",
    "checkver": {
        "github": "https://github.com/noborus/ov"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/noborus/ov/releases/download/v$version/ov_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/noborus/ov/releases/download/v$version/ov_$version_windows_386.zip"
            },
            "arm64": {
                "url": "https://github.com/noborus/ov/releases/download/v$version/ov_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/ov_$version_checksums.txt"
        }
    }
}
