pdf2djvu: Fix checkver

This commit is contained in:
Issac Lin 2022-04-19 15:56:38 +08:00 committed by GitHub
parent 0162a66490
commit a5362f7cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@
"djvused.exe"
],
"checkver": {
"github": "https://github.com/jwilk/pdf2djvu"
"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",