mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 23:25:15 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "632",
|
|
"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": "https://www.greenwoodsoftware.com/less/",
|
|
"license": "GPL-3.0-only|BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v632/less-x64.zip",
|
|
"hash": "7bc8ab7b4460649d2408b6fa9fbe58d69195fc35b4e66338107267ef3ff78181"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v632/less-x86.zip",
|
|
"hash": "e5c223d6effb6c3ba8c662a7fc26c875b698f07d8e83877c9a233309f471d382"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v632/less-arm64.zip",
|
|
"hash": "51823f911a188715428f7dc790071c1841f104461dcc75292a7dfbc317621583"
|
|
}
|
|
},
|
|
"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-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-x86.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v$version/less-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|