Updater bot : unpackerr updated to 0.11.1

This commit is contained in:
alexbelgium
2023-01-21 10:35:08 +01:00
parent 04f06927fb
commit 815502e259
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 0.11.1 (21-01-2023)
- Update to latest version from davidnewhall/unpackerr
- Add local & smb disks mounting
- WARNING : update to supervisor 2022.11 before installing
- Breaking change : define downloads and extraction folder from options

View File

@@ -85,5 +85,5 @@
},
"slug": "unpackerr",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.10.1-11"
}
"version": "0.11.1"
}

View File

@@ -2,10 +2,10 @@
"github_beta": "true",
"github_fulltag": "false",
"github_havingasset": "true",
"last_update": "07-07-2022",
"last_update": "21-01-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "unpackerr",
"source": "github",
"upstream_repo": "davidnewhall/unpackerr",
"upstream_version": "0.10.1"
"upstream_version": "0.11.1"
}