diff --git a/bucket/win-acme.json b/bucket/win-acme.json index 1e194e1c02079..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" } }