mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
win-acme: Fix checkver and au.url (#663)
This commit is contained in:
parent
3f282c1d2f
commit
efc14fb890
@ -21,16 +21,15 @@
|
||||
"bin": "wacs.exe",
|
||||
"persist": "settings.json",
|
||||
"checkver": {
|
||||
"github": "https://github.com/PKISharp/win-acme",
|
||||
"regex": "win-acme\\.v([\\d.]+)\\.x64.trimmed\\.zip"
|
||||
"github": "https://github.com/PKISharp/win-acme"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user