forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalibre-normal.json
41 lines (41 loc) · 1.52 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
38
39
40
41
{
"homepage": "https://calibre-ebook.com/",
"version": "3.33.1",
"description": "Powerful and easy to use e-book manager.",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.33.1/calibre-64bit-3.33.1.msi",
"hash": "sha512:944496636b548416dea5966e4b23b4503e9d6b69482d7cc0a4a7cfa63eecf368b4ac06230c576ed316250399398047bc7b34c52aaf67386766f28c841bc04ab1",
"extract_dir": "PFiles\\Calibre2"
},
"32bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.33.1/calibre-3.33.1.msi",
"hash": "sha512:8eba0e26f11f60527ee866004ab9055cc40088f07790fc68747a272b975138499b26b4ae2e71fc76f49cdfccac1799f8e61faf588380afb3cad720233a8b356c",
"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"
}
},
"hash": {
"url": "https://calibre-ebook.com/signatures/$basename.sha512"
}
}
}