mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
wkhtmltopdf: Fix checkver (#4766)
* wkhtmltopdf: Fix checkver * Update wkhtmltopdf.json
This commit is contained in:
parent
8a95c7aeb7
commit
6d98ee2f6f
@ -19,7 +19,8 @@
|
|||||||
"wkhtmltopdf.exe"
|
"wkhtmltopdf.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/wkhtmltopdf/packaging/releases",
|
"url": "https://api.github.com/repos/wkhtmltopdf/packaging/releases",
|
||||||
|
"jsonpath": "$..browser_download_url",
|
||||||
"regex": "/wkhtmltox-([\\d.-]+)\\.mxe-cross-"
|
"regex": "/wkhtmltox-([\\d.-]+)\\.mxe-cross-"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
@ -30,9 +31,6 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/wkhtmltopdf/packaging/releases/download/$version/wkhtmltox-$version.mxe-cross-win32.7z"
|
"url": "https://github.com/wkhtmltopdf/packaging/releases/download/$version/wkhtmltox-$version.mxe-cross-win32.7z"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"hash": {
|
|
||||||
"url": "$baseurl/SHA256SUMS"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user