-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwkhtmltopdf.json
35 lines (35 loc) · 1.17 KB
/
wkhtmltopdf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"homepage": "https://wkhtmltopdf.org/",
"version": "0.13.0",
"description": "Render HTML into PDF",
"license": "LGPL-3.0",
"architecture": {
"64bit": {
"url": "https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_mingw-w64-cross-win64.exe#/dl.7z"
},
"32bit": {
"url": "https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_mingw-w64-cross-win32.exe#/dl.7z"
}
},
"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"
}
}
}