mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
28 lines
854 B
JSON
28 lines
854 B
JSON
{
|
|
"homepage": "https://jwilk.net/software/pdf2djvu",
|
|
"version": "0.9.17",
|
|
"license": "GPL-2.0-only",
|
|
"description": "PDF to DjVu converter.",
|
|
"url": "https://github.com/jwilk/pdf2djvu/releases/download/0.9.17/pdf2djvu-win32-0.9.17.zip",
|
|
"hash": "31e45ad0c0866bd4a286c30de63f00aba455fc00ffb84d6254b017a688a39e75",
|
|
"extract_dir": "pdf2djvu-0.9.17",
|
|
"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"
|
|
}
|
|
}
|