mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : fireflyiii updated to 5.7.10
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## 5.7.10 (23-07-2022)
|
||||
- Update to latest version from firefly-iii/firefly-iii
|
||||
|
||||
## 5.7.9 (02-06-2022)
|
||||
- Update to latest version from firefly-iii/firefly-iii
|
||||
|
||||
|
||||
@@ -33,12 +33,12 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
# # Change data location
|
||||
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
|
||||
|
||||
ARG BUILD_UPSTREAM="5.7.9"
|
||||
ARG BUILD_UPSTREAM="5.7.10"
|
||||
RUN \
|
||||
#################
|
||||
# Fix for 5.7.5 #
|
||||
#################
|
||||
if [ "$BUILD_UPSTREAM" = "5.7.9" ] ; then \
|
||||
if [ "$BUILD_UPSTREAM" = "5.7.10" ] ; then \
|
||||
sed -i "s|, \$transaction\[\x27amount\x27\] ?? \x270\x27);|, (string)(\$transaction\[\x27amount\x27\] ?? \x270\x27));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; else echo "not 5.7.5"; fi
|
||||
|
||||
##################
|
||||
|
||||
@@ -45,6 +45,6 @@
|
||||
],
|
||||
"slug": "fireflyiii",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "5.7.9",
|
||||
"version": "5.7.10",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "02-06-2022",
|
||||
"last_update": "23-07-2022",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "fireflyiii",
|
||||
"source": "github",
|
||||
"upstream_repo": "firefly-iii/firefly-iii",
|
||||
"upstream_version": "5.7.9"
|
||||
"upstream_version": "5.7.10"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user