win-acme: Fix au.url (double v) (#292)

* win-acme: Fix au.url (double v)

* Update win-acme.json
This commit is contained in:
Ross Smith II 2019-08-02 23:54:35 -07:00 committed by GitHub
parent fd921a75f3
commit bea1fefa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@
"persist": "settings.config",
"checkver": {
"github": "https://github.com/PKISharp/win-acme",
"regex": "download/(?<release>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"
}
}