wkhtmltopdf: Fix checkver (#4766)

* wkhtmltopdf: Fix checkver

* Update wkhtmltopdf.json
This commit is contained in:
StarsbySea 2023-05-24 03:26:47 +08:00 committed by GitHub
parent 8a95c7aeb7
commit 6d98ee2f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,8 @@
"wkhtmltopdf.exe"
],
"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-"
},
"autoupdate": {
@ -30,9 +31,6 @@
"32bit": {
"url": "https://github.com/wkhtmltopdf/packaging/releases/download/$version/wkhtmltox-$version.mxe-cross-win32.7z"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}