docker: fix update pattern

This commit is contained in:
Gerardo Di Iorio 2018-03-15 21:03:24 +01:00 committed by Andrea Brancaleoni
parent 6506ba1176
commit c2c21c0b78
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
site="https://api.github.com/repos/$pkgname/$pkgname/tags"
pattern='"name":\s*"v\K[^\d]*([\d\.]+)(?=")'
site=https://api.github.com/repos/$pkgname/${pkgname}-ce/releases
pattern='v\K[\d\.]+'