diff --git a/bucket/wkhtmltopdf.json b/bucket/wkhtmltopdf.json index af151d2e9b..15babd1936 100644 --- a/bucket/wkhtmltopdf.json +++ b/bucket/wkhtmltopdf.json @@ -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" } } }