From b2d01ce60a71da0d1344f53f699874f9f811beca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 10 Jul 2021 23:40:37 -0700 Subject: [PATCH] less: Update to version 590 --- bucket/dnscrypt-proxy.json | 10 ---------- bucket/k0s.json | 9 +-------- bucket/less.json | 10 +++++----- bucket/megatools.json | 15 +++------------ bucket/ravendb.json | 4 ++-- 5 files changed, 11 insertions(+), 37 deletions(-) diff --git a/bucket/dnscrypt-proxy.json b/bucket/dnscrypt-proxy.json index 41cec80944..f972312850 100644 --- a/bucket/dnscrypt-proxy.json +++ b/bucket/dnscrypt-proxy.json @@ -31,15 +31,5 @@ ], "checkver": { "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" - } - } } } diff --git a/bucket/k0s.json b/bucket/k0s.json index fa5b231563..6b5edc6197 100644 --- a/bucket/k0s.json +++ b/bucket/k0s.json @@ -10,12 +10,5 @@ } }, "bin": "k0s.exe", - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe" - } - } - } + "checkver": "github" } diff --git a/bucket/less.json b/bucket/less.json index bd6120569a..64264a44d9 100644 --- a/bucket/less.json +++ b/bucket/less.json @@ -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.", "homepage": "http://www.greenwoodsoftware.com/less/", "license": "GPL-3.0-only|BSD-3-Clause", "url": [ - "https://github.com/jftuga/less-Windows/releases/download/less-v581.2/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/less.exe", + "https://github.com/jftuga/less-Windows/releases/download/less-v590/lesskey.exe" ], "hash": [ - "d0c2e9c8001741bf83e586b370811c935f9e65b67d93ce47af68408f5f90e590", - "68177ca7030b6755aa15e6586921a917f9c388d4c505bd1fc3d22e42efb9220d" + "1532a37cb2b143447939b4acae1728aa2d84df66b1de3aa0eb9d8f035fa43182", + "ce5c318354fd3e11fb2fd32a561094a3688a6a5049a532a62870f939c013603f" ], "bin": [ "less.exe", diff --git a/bucket/megatools.json b/bucket/megatools.json index fbdb340978..9b7d99cd5e 100644 --- a/bucket/megatools.json +++ b/bucket/megatools.json @@ -27,17 +27,8 @@ "megarm.exe" ], "persist": "mega.ini", - "checkver": "megatools-([\\d.]+)-win", - "autoupdate": { - "architecture": { - "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" - } - } + "checkver": { + "url": "https://megatools.megous.com/builds/NEWS", + "regex": "megatools\\s+([\\d.]+)\\s+-" } } diff --git a/bucket/ravendb.json b/bucket/ravendb.json index b84e435a36..3d68ae03f8 100644 --- a/bucket/ravendb.json +++ b/bucket/ravendb.json @@ -1,6 +1,6 @@ { "version": "5.2.1", - "description": "NoSQL database built on .NET Core.", + "description": "NoSQL database built on .NET Core", "homepage": "https://ravendb.net", "license": { "identifier": "Freeware", @@ -45,7 +45,7 @@ ], "persist": "Server\\settings.json", "checkver": { - "url": "https://ravendb.net/docs/article-page/current/Csharp", + "url": "https://ravendb.net/whats-new", "regex": "([\\d.]+)\\s*\\(\\d+" }, "autoupdate": {