add version regex to config.json

This commit is contained in:
Arne Petersen
2019-06-18 06:57:53 +02:00
parent 40a91cf86e
commit 6f946209df
5 changed files with 10 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
"slug": "znc",
"legacy": true,
"maintenance": {
"github_release": "https://github.com/linuxserver/docker-znc"
"github_release": "https://github.com/linuxserver/docker-znc",
"version_regex": "(\\d+\\.\\d+\\.\\d+-?\\w*)-(ls\\d+)"
},
"description": "IRC network bouncer",
"url": "https://github.com/petersendev/hassio-addons/znc",