forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalibre-normal.json
36 lines (36 loc) · 1.18 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
{
"homepage": "https://calibre-ebook.com/",
"version": "3.13.0",
"license": "GNU General Public License v3.0",
"architecture": {
"64bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.13.0/calibre-64bit-3.13.0.msi",
"hash": "8750e546b4c809e343c6be9e2ca5e51fdcaa62f12d8869b333237987b454e7fa"
},
"32bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.13.0/calibre-3.13.0.msi",
"hash": "4d1c7adc2fb5a0b14efd64904f583e2371cf340ede33ce972c681b3494bfc5d6"
}
},
"extract_dir": "PFiles\\Calibre2",
"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"
}
}
}
}