From bea1fefa43543215fc0a9690431b7061269fe30a Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 2 Aug 2019 23:54:35 -0700 Subject: [PATCH] win-acme: Fix au.url (double v) (#292) * win-acme: Fix au.url (double v) * 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 1e194e1c02..b30a507e23 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" } }