Updater bot : unpackerr updated to 0.13.0

This commit is contained in:
alexbelgium
2024-01-20 02:03:42 +01:00
parent eeea9b1b35
commit 1afc3abaeb
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.13.0 (20-01-2024)
- Update to latest version from Unpackerr/unpackerr
### 0.12.0-3 (31-12-2023)
- Minor bugs fixed
- Deprecated options watch_path and extraction_path to avoid breakage of the configuration file. Any modifications needs to be done manually using (for example) the Filebrowser addon in /addon_configs/db21ed7f_unpackerr/unpackerr.conf. This also means you'll have to make sure the PUID/PGID specified really correspond to your actual permissions (the app doesn't allow to run as root)

View File

@@ -97,5 +97,5 @@
"slug": "unpackerr",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.12.0-3"
"version": "0.13.0"
}

View File

@@ -1,10 +1,10 @@
{
"dockerhub_by_date": true,
"fulltag": true,
"last_update": "30-12-2023",
"last_update": "20-01-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "unpackerr",
"source": "github",
"upstream_repo": "Unpackerr/unpackerr",
"upstream_version": "0.12.0"
"upstream_version": "0.13.0"
}