clamav: 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-26 10:07:12 +02:00
parent e9649ab3bc
commit ccb13b9879

View file

@ -1,2 +1,2 @@
site=http://www.clamav.net/downloads
pattern='clamav-\K[0-9]+\.[0-9]+\.[0-9]+(?!-beta)'
pattern='clamav-\K[0-9]+\.[0-9]+\.[0-9]+(?!-(beta|rc))'