pdf2djvu: Move from 'extra' (#122)

This commit is contained in:
Hsiao-nan Cheung 2019-06-11 19:49:43 +08:00 committed by Richard Kuhnt
parent 90bea51567
commit a09d5b3045

27
bucket/pdf2djvu.json Normal file
View File

@ -0,0 +1,27 @@
{
"homepage": "https://jwilk.net/software/pdf2djvu",
"version": "0.9.13",
"license": "GPL-2.0-only",
"description": "PDF to DjVu converter.",
"url": "https://github.com/jwilk/pdf2djvu/releases/download/0.9.13/pdf2djvu-win32-0.9.13.zip",
"hash": "5ff8d7d02cf299166a7a3b49c7c0477567a50d7b09fe34ed1e06e73f5cd1becd",
"extract_dir": "pdf2djvu-0.9.13",
"bin": [
"pdf2djvu.exe",
"bzz.exe",
"c44.exe",
"cjb2.exe",
"csepdjvu.exe",
"djvmcvt.exe",
"djvuextract.exe",
"djvumake.exe",
"djvused.exe"
],
"checkver": {
"github": "https://github.com/jwilk/pdf2djvu"
},
"autoupdate": {
"url": "https://github.com/jwilk/pdf2djvu/releases/download/$version/pdf2djvu-win32-$version.zip",
"extract_dir": "pdf2djvu-$version"
}
}