forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calibre-normal.json
37 lines (37 loc) · 1.21 KB
/
calibre-normal.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
{
"homepage": "https://calibre-ebook.com/",
"version": "3.26.1",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.26.1/calibre-64bit-3.26.1.msi",
"hash": "e49cc0c2ae5894ec0d16adc1e98a153e48af4c539426edc4ec264b0f88c18888",
"extract_dir": "PFiles\\Calibre2"
},
"32bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.26.1/calibre-3.26.1.msi",
"hash": "cd21cb3276225b33ca270f34e912fe31ec16593ca9ae767b4b3d9304444c800c",
"extract_dir": "PFiles\\Calibre"
}
},
"bin": "calibre.exe",
"shortcuts": [
[
"calibre.exe",
"Calibre"
]
],
"checkver": {
"github": "https://github.com/kovidgoyal/calibre"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v$version/calibre-64bit-$version.msi"
},
"32bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v$version/calibre-$version.msi"
}
}
}
}