2022-09-04 04:46:31 +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": [
"921c950a97c3eb6a375245984319f368b5dcdd65f8e2eeb37d36fd9da71a388e",
"11e819ad078c8df620d9d3ad04451f1b94c3414e274901688a4354b36b307ff6"
]
}
},
"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"
]
}
}
}
}