mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
37 lines
1.3 KiB
JSON
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": [
|
|
"a02d740234c5d22d9091cffda85f6a2549e80ae9e490621e1e00e9d66de4592b",
|
|
"66aa929a4eb175cd5a36ba96a56a5e0df8225cc7aafc78e975df4eb834c14e65"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|