{ "version": "632", "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/jftuga/less-Windows/releases/download/less-v632/less-x64.zip", "hash": "51d4fad4c2d5526194623c5b8c5446f2dba4841f8b6eb2e91d7bbc987450b902" }, "32bit": { "url": "https://github.com/jftuga/less-Windows/releases/download/less-v632/less-x86.zip", "hash": "f1cc3fc42f3f7161940f89c4225aa1291f382fda09508948ce80fa7f15e183eb" }, "arm64": { "url": "https://github.com/jftuga/less-Windows/releases/download/less-v632/less-arm64.zip", "hash": "7458496072de16d3b51b566a7f144ead4d796228396b7b15da316461f34bf40b" } }, "bin": [ "less.exe", "lesskey.exe" ], "checkver": { "github": "https://github.com/jftuga/less-Windows", "regex": "tag/less-v([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-x64.zip" }, "32bit": { "url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-x86.zip" }, "arm64": { "url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-arm64.zip" } } } }