znc 1.8.0

This commit is contained in:
Arne Petersen
2020-05-11 14:32:14 +02:00
parent 7c343a38a7
commit f69b3d3964
3 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
## 0.5.0
- Update znc to 1.8.0 (linuxserver/znc:znc-1.8.0-ls36)
## 0.4.0 ## 0.4.0
- not a legacy addon anymore - not a legacy addon anymore

View File

@@ -1,12 +1,12 @@
{ {
"build_from_template": { "build_from_template": {
"image": "linuxserver/znc", "image": "linuxserver/znc",
"version": "znc-1.7.5-ls28" "version": "znc-1.8.0-ls36"
}, },
"build_from": { "build_from": {
"armhf": "linuxserver/znc:arm32v7-znc-1.7.5-ls28", "armhf": "linuxserver/znc:arm32v7-znc-1.8.0-ls36",
"aarch64": "linuxserver/znc:arm64v8-znc-1.7.5-ls28", "aarch64": "linuxserver/znc:arm64v8-znc-1.8.0-ls36",
"amd64": "linuxserver/znc:amd64-znc-1.7.5-ls28" "amd64": "linuxserver/znc:amd64-znc-1.8.0-ls36"
}, },
"squash": false, "squash": false,
"args": {} "args": {}

View File

@@ -1,6 +1,6 @@
{ {
"name": "znc", "name": "znc",
"version": "0.4.0", "version": "0.5.0",
"slug": "znc", "slug": "znc",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {