mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 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": "http://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.exe",
|
|
"https://github.com/jftuga/less-Windows/releases/download/less-v608/lesskey.exe"
|
|
],
|
|
"hash": [
|
|
"d42cb5d32851e27164d93aa2c6fa62e8969677871de55f9ea150e3962b5cdad3",
|
|
"d7b4d905fc22d680496bcb3df3a82bc526bb41b756b0d5fa48f1b2dd4f1f2d2f"
|
|
]
|
|
}
|
|
},
|
|
"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.exe",
|
|
"https://github.com/jftuga/less-Windows/releases/download/less-v$version/lesskey.exe"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|