From fdb539a4147578df4b05c9fe977b7efdcd15f5e7 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 2 Aug 2019 19:43:48 -0700 Subject: [PATCH 1/2] win-acme: Fix au.url (double v) --- bucket/win-acme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/win-acme.json b/bucket/win-acme.json index 1e194e1c02079..ec5a3b5d1f15b 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -14,7 +14,7 @@ "persist": "settings.config", "checkver": { "github": "https://github.com/PKISharp/win-acme", - "regex": "download/(?v?[\\d.]+)/win-acme\\.v([\\d.]+)\\.zip" + "regex": "download/v(?[\\d.]+)/win-acme\\.v([\\d.]+)\\.zip" }, "autoupdate": { "url": "https://github.com/PKISharp/win-acme/releases/download/v$matchRelease/win-acme.v$version.zip" From 7e102bef96ba738755386bbf2ccb03be1039ff1b Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 2 Aug 2019 23:39:46 -0700 Subject: [PATCH 2/2] Update win-acme.json --- bucket/win-acme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/win-acme.json b/bucket/win-acme.json index ec5a3b5d1f15b..b30a507e23bca 100644 --- a/bucket/win-acme.json +++ b/bucket/win-acme.json @@ -14,9 +14,9 @@ "persist": "settings.config", "checkver": { "github": "https://github.com/PKISharp/win-acme", - "regex": "download/v(?[\\d.]+)/win-acme\\.v([\\d.]+)\\.zip" + "regex": "win-acme\\.v([\\d.]+)\\.zip" }, "autoupdate": { - "url": "https://github.com/PKISharp/win-acme/releases/download/v$matchRelease/win-acme.v$version.zip" + "url": "https://github.com/PKISharp/win-acme/releases/download/v$matchHead/win-acme.v$version.zip" } }