mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
#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.
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "0.12.6-1",
|
|
"description": "Render HTML into PDF",
|
|
"homepage": "https://wkhtmltopdf.org/",
|
|
"license": "LGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.mxe-cross-win64.7z",
|
|
"hash": "6ce994c89d5f6018fa158e149a2de8fbbbeb14d8ff5cb656c89893bc556e0557"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.mxe-cross-win32.7z",
|
|
"hash": "073f2918339e6e0cd4119f7fdb9dc4c68dc7196b4d8be9a57e47a381408d1fae"
|
|
}
|
|
},
|
|
"extract_dir": "wkhtmltox\\bin",
|
|
"bin": [
|
|
"wkhtmltoimage.exe",
|
|
"wkhtmltopdf.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/wkhtmltopdf/packaging/releases",
|
|
"regex": "/wkhtmltox-([\\d.-]+)\\.mxe-cross-"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wkhtmltopdf/packaging/releases/download/$version/wkhtmltox-$version.mxe-cross-win64.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wkhtmltopdf/packaging/releases/download/$version/wkhtmltox-$version.mxe-cross-win32.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|