win-acme: Fix checkver and au.url (#663)

This commit is contained in:
Hsiao-nan Cheung 2020-01-03 22:09:30 +08:00 committed by Chawye Hsu
parent 3f282c1d2f
commit efc14fb890

View File

@ -21,16 +21,15 @@
"bin": "wacs.exe", "bin": "wacs.exe",
"persist": "settings.json", "persist": "settings.json",
"checkver": { "checkver": {
"github": "https://github.com/PKISharp/win-acme", "github": "https://github.com/PKISharp/win-acme"
"regex": "win-acme\\.v([\\d.]+)\\.x64.trimmed\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v$matchHead/win-acme.v$version.x64.trimmed.zip" "url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x64.trimmed.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/PKISharp/win-acme/releases/download/v$matchHead/win-acme.v$version.x86.trimmed.zip" "url": "https://github.com/PKISharp/win-acme/releases/download/v$version/win-acme.v$version.x86.trimmed.zip"
} }
} }
} }