mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "691",
|
|
"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-v691/less-x64.zip",
|
|
"hash": "96159ce538d309cc4a79051c268b79cd6268279b8d6bf708905f42351159e576"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v691/less-x86.zip",
|
|
"hash": "e581f712dd785cf21bf1a2932defd5f414486d7bec476d9532e92bb71b40d236"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v691/less-arm64.zip",
|
|
"hash": "bac6dbded2fb391c4d3d976fc42a1f1d5d8ad5ac88bafa0bec49b04d4789005d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|