tesseract-ocr: fix update check

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-03-18 13:29:38 +01:00
parent a92de1ab5f
commit 6506ba1176
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
site=https://github.com/tesseract-ocr/tesseract/releases
pattern='tesseract/tree/\K[0-9]+\.[0-9]+\.[0-9]+'
pattern='tesseract/tree/\K[0-9]+\.[0-9]+\.[0-9]+(-beta\.[0-9]+)?'
ignore="*-beta.[0-9]"