This commit is contained in:
Alexandre
2021-05-06 11:57:02 +02:00
6 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
## 0.17.1011 (06-05-2021)
- Update to latest version from linuxserver/docker-jackett
## 0.17.1008 (05-05-2021)
- Update to latest version from linuxserver/docker-jackett

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.17.1008"
ARG BUILD_UPSTREAM="0.17.1011"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,7 +1,7 @@
{
"name": "Jackett NAS",
"version": "0.17.1008",
"upstream": "0.17.1008",
"version": "0.17.1011",
"upstream": "0.17.1011",
"slug": "jackett_nas",
"description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
"url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -1,4 +1,7 @@
## 10.7.5-1-ls111 (06-05-2021)
- Update to latest version from linuxserver/docker-jellyfin
## 10.7.2-1-ls110 (30-04-2021)
- Update to latest version from linuxserver/docker-jellyfin

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="10.7.2-1-ls110"
ARG BUILD_UPSTREAM="10.7.5-1-ls111"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,7 +1,7 @@
{
"name": "Jellyfin NAS",
"version": "10.7.2-1-ls110",
"upstream": "10.7.2-1-ls110",
"version": "10.7.5-1-ls111",
"upstream": "10.7.5-1-ls111",
"slug": "jellyfin",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons",