djvulibre: Add version 3.5.27-4.11 (#127)

* djvulibre: Add version 3.5.27-4.11

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Hsiao-nan Cheung 2019-06-13 17:29:43 +08:00 committed by GitHub
parent e9bb0b12a6
commit 6ba72e7a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

42
bucket/djvulibre.json Normal file
View File

@ -0,0 +1,42 @@
{
"version": "3.5.27-4.11",
"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.27+4.11/DjVuLibre-3.5.27_DjView-4.11_Setup.exe#/dl.7z",
"hash": "sha1:9008de073e0755aab85665ceb06f73a5d12bf202",
"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"
}
}