ScoopInstaller_Main/bucket/djvulibre.json
2020-11-20 19:01:47 +00:00

43 lines
1.4 KiB
JSON

{
"version": "3.5.28-4.12",
"description": "Web-centric format and software platform for distributing documents and images.",
"homepage": "http://djvu.sourceforge.net",
"license": "GPL-3.0-or-later",
"url": "https://downloads.sourceforge.net/project/djvu/DjVuLibre_Windows/3.5.28+4.12/DjVuLibre-3.5.28_DjView-4.12_Setup.exe#/dl.7z",
"hash": "16c0a63926d0380280f35c8d9570efe01032c03c262ba61aa72a341b8cb58469",
"bin": [
"bzz.exe",
"c44.exe",
"cjb2.exe",
"cpaldjvu.exe",
"csepdjvu.exe",
"ddjvu.exe",
"djview.exe",
"djvm.exe",
"djvmcvt.exe",
"djvudump.exe",
"djvuextract.exe",
"djvumake.exe",
"djvups.exe",
"djvused.exe",
"djvutoxml.exe",
"djvutxt.exe",
"djvuxmlparser.exe"
],
"shortcuts": [
[
"djview.exe",
"DjView"
]
],
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst.exe\" -Recurse -Force",
"checkver": {
"url": "https://sourceforge.net/projects/djvu/rss?path=/DjVuLibre_Windows",
"regex": "/(?<lib>[\\d.]+)(?:\\+(?<viewer>[\\d.]+))?/DjVuLibre",
"replace": "${1}-${2}"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/djvu/DjVuLibre_Windows/$matchLib+$matchViewer/DjVuLibre-$matchLib_DjView-$matchViewer_Setup.exe#/dl.7z"
}
}