ScoopInstaller_Main/bucket/pdf2djvu.json
2022-04-19 15:56:38 +08:00

29 lines
920 B
JSON

{
"version": "0.9.18",
"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.18/pdf2djvu-win32-0.9.18.zip",
"hash": "2484e7a8ec59ed463e83932cbc056cdcfae6f667c178ae829808b575bbdc7849",
"extract_dir": "pdf2djvu-0.9.18",
"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/repos/jwilk/pdf2djvu/releases",
"regex": "pdf2djvu-win32-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/jwilk/pdf2djvu/releases/download/$version/pdf2djvu-win32-$version.zip",
"extract_dir": "pdf2djvu-$version"
}
}