-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpdf2djvu.json
28 lines (28 loc) · 949 Bytes
/
pdf2djvu.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
{
"version": "0.9.19",
"description": "PDF to DjVu converter",
"homepage": "https://jwilk.net/software/pdf2djvu",
"license": "GPL-2.0-only",
"url": "https://github.com/jwilk/pdf2djvu/releases/download/0.9.19/pdf2djvu-win32-0.9.19.zip",
"hash": "1050bbbe1427e7005106e7e744bf1a2ae38de18ef49726a951ba164a426f4568",
"extract_dir": "pdf2djvu-0.9.19",
"bin": [
"pdf2djvu.exe",
"bzz.exe",
"c44.exe",
"cjb2.exe",
"csepdjvu.exe",
"djvmcvt.exe",
"djvuextract.exe",
"djvumake.exe",
"djvused.exe"
],
"checkver": {
"url": "https://api.github.com/repositories/36523035/releases",
"regex": "pdf2djvu-win32-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/jwilk/pdf2djvu/releases/download/$version/pdf2djvu-win32-$version.zip",
"extract_dir": "pdf2djvu-$version"
}
}