{
    "version": "661",
    "description": "A terminal pager program used to view (but not change) the contents of a text file one screen at a time, similar to the 'more' command.",
    "homepage": "https://www.greenwoodsoftware.com/less/",
    "license": "GPL-3.0-only|BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v661/less-x64.zip",
            "hash": "c7e1fa7933b07a76631d9fab4b23bc38595d1d493f62ceea1c5243c102099891"
        },
        "32bit": {
            "url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v661/less-x86.zip",
            "hash": "d459cb6e0910d898d444bca0d349332fa85885b4a1860ab2b55b1c06bb20d2f1"
        },
        "arm64": {
            "url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v661/less-arm64.zip",
            "hash": "f7406140c250b8c09f3bc432fdeb5dc2acaa7d36b1c2a7e77122afd923572415"
        }
    },
    "bin": [
        "less.exe",
        "lesskey.exe"
    ],
    "checkver": {
        "github": "https://github.com/mcunha/less-beta-Windows",
        "regex": "tag/less-v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v$version/less-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v$version/less-x86.zip"
            },
            "arm64": {
                "url": "https://github.com/mcunha/less-beta-Windows/releases/download/less-v$version/less-arm64.zip"
            }
        }
    }
}
