forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calibre.json
31 lines (31 loc) · 1.14 KB
/
calibre.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
{
"homepage": "https://calibre-ebook.com/",
"version": "3.34.0",
"description": "Powerful and easy to use e-book manager.",
"license": "GPL-3.0",
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.34.0/calibre-portable-installer-3.34.0.exe#/calibre-portable-installer.exe",
"hash": "sha512:53a07c1034d7cee3373102e8db07de6755291dd6f6ce37015e8c2c7e20f39efb3b1c9223a03894c291b27eeb52661a86c230d0e977b500fd7eb11ee07f2c517c",
"persist": [
"Calibre Portable\\Calibre Library",
"Calibre Portable\\Calibre Settings"
],
"installer": {
"args": "$dir"
},
"bin": "Calibre Portable\\calibre-portable.exe",
"shortcuts": [
[
"Calibre Portable\\calibre-portable.exe",
"Calibre"
]
],
"checkver": {
"github": "https://github.com/kovidgoyal/calibre"
},
"autoupdate": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v$version/calibre-portable-installer-$version.exe#/calibre-portable-installer.exe",
"hash": {
"url": "https://calibre-ebook.com/signatures/$basename.sha512"
}
}
}