forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calibre-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.34.0",
"description": "Powerful and easy to use e-book manager.",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.34.0/calibre-64bit-3.34.0.msi",
"hash": "sha512:e7cea2dd379461b7d628750181b56e5cb8e5d228b3f83a5886cc76cf2ca22bc62f4797895fee878a91e63aa61e8828064fca5b0a4f7b427e26be83b3723bfc4e",
"extract_dir": "PFiles\\Calibre2"
},
"32bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.34.0/calibre-3.34.0.msi",
"hash": "sha512:3334f95622ef54a6bf5956dcea0a591671fe145bbd916e8abf7d2972f1126d781cfa8f25ad7c5db5e1225fd474fb57e74de6ce3fe042e368a7b105e69c0d355f",
"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"
}
}
}