luxmark: fix update-check pattern

This commit is contained in:
Andrea Brancaleoni 2015-08-20 11:14:01 +02:00
parent f4eface969
commit a21facd463

View file

@ -1,2 +1,2 @@
site="https://bitbucket.org/api/1.0/repositories/luxrender/luxmark/tags"
pattern='luxmark_v\K[\w\d\.]+'
pattern='luxmark_v\K([\d.]+)(?=")'