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.37.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.37.0/calibre-64bit-3.37.0.msi",
"hash": "sha512:a17a9514886488aac2047db3570898570dc0ff8bb07d4c85d4d0d8e9885bcf1b6a47b889f8ee339dcefcf70c48edebf2107d7cf42452ddadedbde175ab22957c",
"extract_dir": "PFiles\\Calibre2"
},
"32bit": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.37.0/calibre-3.37.0.msi",
"hash": "sha512:e8144b7679be45ce7a4fb14d3dcb086fc25018e8ec7da57fd5229352135d3f4292439076a29f82004c70be55d99755246e80bbe8e05a0bec7884da13fc504af8",
"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"
}
}
}