mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://wkhtmltopdf.org/",
|
|
"version": "0.12.4",
|
|
"description": "Render HTML into PDF",
|
|
"license": "LGPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_mingw-w64-cross-win64.exe#/dl.7z",
|
|
"hash": "6ccf4d4056fdee7b25d173b830429f2ceaf7febcc309ee9a21e6fd932edaf4ed"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_mingw-w64-cross-win32.exe#/dl.7z",
|
|
"hash": "2788d14d24eae350940b5757b82728e870b2f1b8767fe8842ca179f46c2b6dc5"
|
|
}
|
|
},
|
|
"extract_dir": "bin",
|
|
"bin": [
|
|
"wkhtmltoimage.exe",
|
|
"wkhtmltopdf.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/wkhtmltopdf/wkhtmltopdf"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$version/wkhtmltox-$version_mingw-w64-cross-win64.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/$version/wkhtmltox-$version_mingw-w64-cross-win32.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|