mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
23 lines
845 B
JSON
23 lines
845 B
JSON
{
|
|
"version": "563.0",
|
|
"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-v563.0/less.exe",
|
|
"https://github.com/jftuga/less-Windows/releases/download/less-v563.0/lesskey.exe"
|
|
],
|
|
"hash": [
|
|
"97f62e59ae7aa024d79303067a56fb60da80f4deb806827ec03144d4c32947c2",
|
|
"a7b4d86a81b9b4d44cfee4d76090cb8d31370132a8715aef479e2537cfd52ba6"
|
|
],
|
|
"bin": [
|
|
"less.exe",
|
|
"lesskey.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/jftuga/less-Windows",
|
|
"regex": "tag/less-v([\\d.]+)"
|
|
}
|
|
}
|