less: Update to version 590

This commit is contained in:
Jakub Čábera 2021-07-10 23:40:37 -07:00
parent f247fce8c2
commit b2d01ce60a
5 changed files with 11 additions and 37 deletions

View File

@ -31,15 +31,5 @@
], ],
"checkver": { "checkver": {
"github": "https://github.com/DNSCrypt/dnscrypt-proxy" "github": "https://github.com/DNSCrypt/dnscrypt-proxy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win64-$version.zip"
},
"32bit": {
"url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win32-$version.zip"
}
}
} }
} }

View File

@ -10,12 +10,5 @@
} }
}, },
"bin": "k0s.exe", "bin": "k0s.exe",
"checkver": "github", "checkver": "github"
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe"
}
}
}
} }

View File

@ -1,15 +1,15 @@
{ {
"version": "581.2", "version": "590",
"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.", "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/", "homepage": "http://www.greenwoodsoftware.com/less/",
"license": "GPL-3.0-only|BSD-3-Clause", "license": "GPL-3.0-only|BSD-3-Clause",
"url": [ "url": [
"https://github.com/jftuga/less-Windows/releases/download/less-v581.2/less.exe", "https://github.com/jftuga/less-Windows/releases/download/less-v590/less.exe",
"https://github.com/jftuga/less-Windows/releases/download/less-v581.2/lesskey.exe" "https://github.com/jftuga/less-Windows/releases/download/less-v590/lesskey.exe"
], ],
"hash": [ "hash": [
"d0c2e9c8001741bf83e586b370811c935f9e65b67d93ce47af68408f5f90e590", "1532a37cb2b143447939b4acae1728aa2d84df66b1de3aa0eb9d8f035fa43182",
"68177ca7030b6755aa15e6586921a917f9c388d4c505bd1fc3d22e42efb9220d" "ce5c318354fd3e11fb2fd32a561094a3688a6a5049a532a62870f939c013603f"
], ],
"bin": [ "bin": [
"less.exe", "less.exe",

View File

@ -27,17 +27,8 @@
"megarm.exe" "megarm.exe"
], ],
"persist": "mega.ini", "persist": "mega.ini",
"checkver": "megatools-([\\d.]+)-win", "checkver": {
"autoupdate": { "url": "https://megatools.megous.com/builds/NEWS",
"architecture": { "regex": "megatools\\s+([\\d.]+)\\s+-"
"64bit": {
"url": "https://megatools.megous.com/builds/megatools-$version-win64.zip",
"extract_dir": "megatools-$version-win64"
},
"32bit": {
"url": "https://megatools.megous.com/builds/megatools-$version-win32.zip",
"extract_dir": "megatools-$version-win32"
}
}
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"version": "5.2.1", "version": "5.2.1",
"description": "NoSQL database built on .NET Core.", "description": "NoSQL database built on .NET Core",
"homepage": "https://ravendb.net", "homepage": "https://ravendb.net",
"license": { "license": {
"identifier": "Freeware", "identifier": "Freeware",
@ -45,7 +45,7 @@
], ],
"persist": "Server\\settings.json", "persist": "Server\\settings.json",
"checkver": { "checkver": {
"url": "https://ravendb.net/docs/article-page/current/Csharp", "url": "https://ravendb.net/whats-new",
"regex": "([\\d.]+)\\s*\\(\\d+" "regex": "([\\d.]+)\\s*\\(\\d+"
}, },
"autoupdate": { "autoupdate": {