mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
928 B
JSON
25 lines
928 B
JSON
{
|
|
"homepage": "http://www.greenwoodsoftware.com/less/",
|
|
"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.",
|
|
"version": "551",
|
|
"license": "GPL-3.0-only|BSD-3-Clause",
|
|
"bin": [
|
|
"less.exe",
|
|
"lesskey.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.guysalias.tk/misc/less/",
|
|
"re": "less-([\\d]+)-"
|
|
},
|
|
"extract_dir": "less-551-win32-static-x86",
|
|
"hash": "8ec4eb52b6f8cedf48d18491fd161ea9039ba40fdbd8fb466aa978c55cf5a372",
|
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/less/less-551-win32-static-x86.7z",
|
|
"autoupdate": {
|
|
"extract_dir": "less-$version-win32-static-x86",
|
|
"url": "https://www.guysalias.tk/misc/less/less-$version-win32-static-x86.7z",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|