2026-02-09 05:02:11 +00:00

42 lines
1.6 KiB
JSON

{
"version": "692",
"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-v692/less-x64.zip",
"hash": "22a8a61c025d86b3c973d5f692a49d4660b9beb11620c04f18567c635e755bd4"
},
"32bit": {
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v692/less-x86.zip",
"hash": "53523910f031837921585efbec84b81305e5ae1e08d70953440efb816a9110ad"
},
"arm64": {
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v692/less-arm64.zip",
"hash": "8e12f61a4af55e2de9b03285e702e101c877f73458fb594463f96c1856b90448"
}
},
"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"
}
}
}
}