docker: fix update check

This commit is contained in:
John 2018-12-04 18:41:51 +01:00 committed by maxice8
parent e2187490ba
commit dad2d24cf5
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

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