mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
wkhtmltopdf: Fix checkver/autoupdate (#3067)
This commit is contained in:
parent
d7c8d28b80
commit
8bb09d61c6
@ -19,15 +19,16 @@
|
||||
"wkhtmltopdf.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"github": "https://github.com/wkhtmltopdf/wkhtmltopdf"
|
||||
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/latest",
|
||||
"re": "releases/download/(?<head>[0-9.]+)/wkhtmltox-(?<version>[0-9.-]+)\\.mxe-cross-"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$version/wkhtmltox-$version.mxe-cross-win64.7z"
|
||||
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$matchHead/wkhtmltox-$version.mxe-cross-win64.7z"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$version/wkhtmltox-$version.mxe-cross-win32.7z"
|
||||
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$matchHead/wkhtmltox-$version.mxe-cross-win32.7z"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user