mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
win-acme: Fix au.url (double v) (#292)
* win-acme: Fix au.url (double v) * Update win-acme.json
This commit is contained in:
parent
fd921a75f3
commit
bea1fefa43
@ -14,9 +14,9 @@
|
|||||||
"persist": "settings.config",
|
"persist": "settings.config",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/PKISharp/win-acme",
|
"github": "https://github.com/PKISharp/win-acme",
|
||||||
"regex": "download/(?<release>v?[\\d.]+)/win-acme\\.v([\\d.]+)\\.zip"
|
"regex": "win-acme\\.v([\\d.]+)\\.zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user