Update to nightly-0.1.0.515-ls41

This commit is contained in:
alexbelgium
2021-06-22 23:08:01 +02:00
parent 752a54062e
commit 7512f799fa
3 changed files with 6 additions and 3 deletions

View File

@@ -1 +1,4 @@
## nightly-0.1.0.515-ls41 (22-06-2021)
- Update to latest version from linuxserver/docker-prowlarr

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.1.0.515"
ARG BUILD_UPSTREAM="nightly-0.1.0.515-ls41"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.0

View File

@@ -1,7 +1,7 @@
{
"name": "Prowlarr NAS",
"version": "0.1.0.515",
"upstream": "0.1.0.515",
"version": "nightly-0.1.0.515-ls41",
"upstream": "nightly-0.1.0.515-ls41",
"slug": "prowlarr",
"description": "Indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps",
"url": "https://github.com/alexbelgium/hassio-addons",