Updater bot : autobrr updated to 1.19.0

This commit is contained in:
alexbelgium
2023-03-18 11:24:41 +01:00
parent 660ae4a0ba
commit 4ef87ba1c1
4 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 1.19.0 (18-03-2023)
- Update to latest version from autobrr/autobrr
### v1.9.0 (17-03-2023)
- Minor bugs fixed
### 1.9.0 (17-03-2023)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="test"
ARG BUILD_UPSTREAM="1.19.0"
FROM ${BUILD_FROM}
##################

View File

@@ -83,6 +83,6 @@
},
"slug": "autobrr",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/autobrr",
"version": "v1.9.0",
"version": "1.19.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7474]"
}
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "11-03-2023",
"last_update": "18-03-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "autborr",
"source": "github",
"upstream_repo": "autobrr/autobrr",
"upstream_version": "test"
"upstream_version": "1.19.0"
}