mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +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",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user