ScoopInstaller_Main/bucket/wkhtmltopdf.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

39 lines
1.4 KiB
JSON

{
"homepage": "https://wkhtmltopdf.org/",
"version": "0.12.5-1",
"description": "Render HTML into PDF",
"license": "LGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox-0.12.5-1.mxe-cross-win64.7z",
"hash": "d9c4717318439f7576ce201de145f0b71ffdd209faadec8dcfb1be088eae6e71"
},
"32bit": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox-0.12.5-1.mxe-cross-win32.7z",
"hash": "eb00f88ceed2941430cb05bc91da4e753e2319188b8e891735ad141aad668ae8"
}
},
"extract_dir": "wkhtmltox/bin",
"bin": [
"wkhtmltoimage.exe",
"wkhtmltopdf.exe"
],
"checkver": {
"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/$matchHead/wkhtmltox-$version.mxe-cross-win64.7z"
},
"32bit": {
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$matchHead/wkhtmltox-$version.mxe-cross-win32.7z"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}