2024-07-01 04:27:31 +00:00

42 lines
1.6 KiB
JSON

{
"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/jftuga/less-Windows/releases/download/less-v661/less-x64.zip",
"hash": "e694d0faa87cd82fa4ebce305d78026b8042b7e42ff773c35f2557f293bbe727"
},
"32bit": {
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v661/less-x86.zip",
"hash": "4809aa85e77f9d4fb9dcf692420ccb3668d9ac2704c293e10885954c6f9b2b45"
},
"arm64": {
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v661/less-arm64.zip",
"hash": "b1e1d86c9952e0cd159f7a6251d7639232b235c01ab425321ec876b47366e3d6"
}
},
"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"
}
}
}
}