mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +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": [
|
|
"f775568f2d2de02b6c3f98701315b3458cd33d27d450d64d8db525c4d9385f2c",
|
|
"589af460afba8246e318b7a83e10637cae10653b82e11626613d4dd01fa493d6"
|
|
],
|
|
"bin": [
|
|
"less.exe",
|
|
"lesskey.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/jftuga/less-Windows",
|
|
"regex": "tag/less-v([\\d.]+)"
|
|
}
|
|
}
|