mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "608",
|
|
"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-v608/less-x64.zip",
|
|
"hash": "cd0ffc094a15c45ad5754801fa4da935fcd377b69ba0cace1a02f7780a12cd47"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v608/less-x86.zip",
|
|
"hash": "7d41217bea6784907cdf3ef1db3a9eeadf5f28baa968e36ae5af63bca7fc0f1c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v608/less-arm64.zip",
|
|
"hash": "12f2f42919d1938c27e00205c3a9bf92fa72007b11bb33553455a4423dd29a9e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|