tesseract-ocr: ignore release candidates

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-10-04 12:13:59 +02:00
parent 25dac60c83
commit bd052631f3
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

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