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.30.0",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.30.0/calibre-64bit-3.30.0.msi",
"hash": "cb921b28fce746cd3ba16534786c48a0decbb61e87bab69ba7d367e55c4a1d9b",
"extract_dir": "PFiles\\Calibre2"
},
"32bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.30.0/calibre-3.30.0.msi",
"hash": "2aab2f9dee92317ecfd3440dfeba93109529862db6163c2245cb9328de032fd4",
"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"
}
}
}
}