generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
k2pdfopt.json
45 lines (45 loc) · 1.68 KB
/
k2pdfopt.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
36
37
38
39
40
41
42
43
44
45
{
"version": "2.55",
"description": "Optimize PDF/DJVU files for mobile e-readers and smartphones.",
"homepage": "https://www.willus.com/k2pdfopt/",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/davidxuang/k2pdfopt/releases/download/v2.55/k2pdfopt-win-x64.exe#/k2pdfopt.exe",
"hash": "73861ff0aa8fca0e61defb5224c0e62479d5b96405ee2defc8062d6163ccb791"
},
"32bit": {
"url": "https://github.com/davidxuang/k2pdfopt/releases/download/v2.55/k2pdfopt-win-x86.exe#/k2pdfopt.exe",
"hash": "74bd8ac7d31e37b6f673dd878d68de259bd3809660c64db2efc6a551e7023e69"
}
},
"bin": "k2pdfopt.exe",
"shortcuts": [
[
"k2pdfopt.exe",
"k2pdfopt"
]
],
"checkver": {
"url": "https://www.willus.com/k2pdfopt/k2pdfopt_version.txt",
"regex": "[vV](\\d[\\d.a-z]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/davidxuang/k2pdfopt/releases/download/v$version/k2pdfopt-win-x64.exe#/k2pdfopt.exe",
"hash": {
"url": "https://www.willus.com/k2pdfopt/download/sha256/$version/win64/sha256.txt",
"find": "$sha256"
}
},
"32bit": {
"url": "https://github.com/davidxuang/k2pdfopt/releases/download/v$version/k2pdfopt-win-x86.exe#/k2pdfopt.exe",
"hash": {
"url": "https://www.willus.com/k2pdfopt/download/sha256/$version/win32/sha256.txt",
"find": "$sha256"
}
}
}
}
}