mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
23 lines
845 B
JSON
23 lines
845 B
JSON
{
|
|
"version": "581.2",
|
|
"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",
|
|
"url": [
|
|
"https://github.com/jftuga/less-Windows/releases/download/less-v581.2/less.exe",
|
|
"https://github.com/jftuga/less-Windows/releases/download/less-v581.2/lesskey.exe"
|
|
],
|
|
"hash": [
|
|
"d0c2e9c8001741bf83e586b370811c935f9e65b67d93ce47af68408f5f90e590",
|
|
"68177ca7030b6755aa15e6586921a917f9c388d4c505bd1fc3d22e42efb9220d"
|
|
],
|
|
"bin": [
|
|
"less.exe",
|
|
"lesskey.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/jftuga/less-Windows",
|
|
"regex": "tag/less-v([\\d.]+)"
|
|
}
|
|
}
|