wkhtmltopdf: Update to version 0.12.6-1 (#1357)

#150

Release notes state, that the hashes are not provided in this release. I did not removed it as maybe in future it will be available.

It will be removed on next update without hashes.
This commit is contained in:
Jakub Čábera 2020-10-21 18:52:28 +02:00 committed by GitHub
parent bb26ed794d
commit 4a12d0003a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,34 +1,34 @@
{ {
"homepage": "https://wkhtmltopdf.org/", "version": "0.12.6-1",
"version": "0.12.5-1",
"description": "Render HTML into PDF", "description": "Render HTML into PDF",
"homepage": "https://wkhtmltopdf.org/",
"license": "LGPL-3.0-only", "license": "LGPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox-0.12.5-1.mxe-cross-win64.7z", "url": "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.mxe-cross-win64.7z",
"hash": "d9c4717318439f7576ce201de145f0b71ffdd209faadec8dcfb1be088eae6e71" "hash": "6ce994c89d5f6018fa158e149a2de8fbbbeb14d8ff5cb656c89893bc556e0557"
}, },
"32bit": { "32bit": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox-0.12.5-1.mxe-cross-win32.7z", "url": "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.mxe-cross-win32.7z",
"hash": "eb00f88ceed2941430cb05bc91da4e753e2319188b8e891735ad141aad668ae8" "hash": "073f2918339e6e0cd4119f7fdb9dc4c68dc7196b4d8be9a57e47a381408d1fae"
} }
}, },
"extract_dir": "wkhtmltox/bin", "extract_dir": "wkhtmltox\\bin",
"bin": [ "bin": [
"wkhtmltoimage.exe", "wkhtmltoimage.exe",
"wkhtmltopdf.exe" "wkhtmltopdf.exe"
], ],
"checkver": { "checkver": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/latest", "url": "https://github.com/wkhtmltopdf/packaging/releases",
"re": "releases/download/(?<head>[0-9.]+)/wkhtmltox-(?<version>[0-9.-]+)\\.mxe-cross-" "regex": "/wkhtmltox-([\\d.-]+)\\.mxe-cross-"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$matchHead/wkhtmltox-$version.mxe-cross-win64.7z" "url": "https://github.com/wkhtmltopdf/packaging/releases/download/$version/wkhtmltox-$version.mxe-cross-win64.7z"
}, },
"32bit": { "32bit": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$matchHead/wkhtmltox-$version.mxe-cross-win32.7z" "url": "https://github.com/wkhtmltopdf/packaging/releases/download/$version/wkhtmltox-$version.mxe-cross-win32.7z"
} }
}, },
"hash": { "hash": {