2022-09-05 00:53:42 +00:00

37 lines
1.3 KiB
JSON

{
"version": "608",
"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": "http://www.greenwoodsoftware.com/less/",
"license": "GPL-3.0-only|BSD-3-Clause",
"architecture": {
"64bit": {
"url": [
"https://github.com/jftuga/less-Windows/releases/download/less-v608/less.exe",
"https://github.com/jftuga/less-Windows/releases/download/less-v608/lesskey.exe"
],
"hash": [
"10b401a1b13dfb334ea4139c6b2343d85e1eaa8b302bc071960a0685bbdae6e2",
"bcc3de5575bc2d4f30227292b880818b96418fdaf3ccbf087a22344fef5c2eed"
]
}
},
"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.exe",
"https://github.com/jftuga/less-Windows/releases/download/less-v$version/lesskey.exe"
]
}
}
}
}