From 6f946209df09f7f9cc077c815db9a11846d887c7 Mon Sep 17 00:00:00 2001 From: Arne Petersen Date: Tue, 18 Jun 2019 06:57:53 +0200 Subject: [PATCH] add version regex to config.json --- hydra2/config.json | 3 ++- nzbget/config.json | 3 ++- radarr/config.json | 3 ++- sonarr/config.json | 3 ++- znc/config.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/hydra2/config.json b/hydra2/config.json index 331fdebcb..db68c2230 100644 --- a/hydra2/config.json +++ b/hydra2/config.json @@ -4,7 +4,8 @@ "slug": "hydra2", "legacy": true, "maintenance": { - "github_release": "https://github.com/linuxserver/docker-hydra2" + "github_release": "https://github.com/linuxserver/docker-hydra2", + "version_regex": "v(\\d+\\.\\d+\\.\\d+)-(ls\\d+)" }, "description": "Meta search application for NZB indexers", "url": "https://github.com/petersendev/hassio-addons/hydra2", diff --git a/nzbget/config.json b/nzbget/config.json index a8373dbcb..2c42eeac3 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -4,7 +4,8 @@ "slug": "nzbget", "legacy": true, "maintenance": { - "github_release": "https://github.com/linuxserver/docker-nzbget" + "github_release": "https://github.com/linuxserver/docker-nzbget", + "version_regex": "v(\\d+\\.\\d+\\.?\\d*)-(ls\\d+)" }, "description": "Usenet downloader", "url": "https://github.com/petersendev/hassio-addons/nzbget", diff --git a/radarr/config.json b/radarr/config.json index e23d88c8c..401eb5b8e 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -4,7 +4,8 @@ "slug": "radarr", "legacy": true, "maintenance": { - "github_release": "https://github.com/linuxserver/docker-radarr" + "github_release": "https://github.com/linuxserver/docker-radarr", + "version_regex": "v(\\d+\\.\\d+\\.\\d+\\.\\d+)-(ls\\d+)" }, "description": "A fork of Sonarr to work with movies à la Couchpotato", "url": "https://github.com/petersendev/hassio-addons/radarr", diff --git a/sonarr/config.json b/sonarr/config.json index c0179b4a1..34b63522b 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -4,7 +4,8 @@ "slug": "sonarr", "legacy": true, "maintenance": { - "github_release": "https://github.com/linuxserver/docker-sonarr" + "github_release": "https://github.com/linuxserver/docker-sonarr", + "version_regex": "(\\d+\\.\\d+\\.\\d+\\.\\d+)-(ls\\d+)" }, "description": "PVR for usenet and bittorrent users", "url": "https://github.com/petersendev/hassio-addons/sonarr", diff --git a/znc/config.json b/znc/config.json index 82234717b..e9748a3da 100644 --- a/znc/config.json +++ b/znc/config.json @@ -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",