mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "633",
|
|
"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-v633/less-x64.zip",
|
|
"hash": "3dd5d3cbd203def8c8e5247d3180b0b233ee213930b4f1f8f30ebc49a731078c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v633/less-x86.zip",
|
|
"hash": "f0d0f1f2e3ea455b0086d9d2f33c2e12a9510815e8efd1b761118b9267471c8c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jftuga/less-Windows/releases/download/less-v633/less-arm64.zip",
|
|
"hash": "7a8f153379892a0231cd11d333ad1c65f1f419ec5526d31fcc301010426d8d3e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|