Updater bot : fireflyiii updated to 5.7.12

This commit is contained in:
alexbelgium
2022-09-13 01:56:18 +02:00
parent 00ece67996
commit 91dd23e48a
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 5.7.12 (13-09-2022)
- Update to latest version from firefly-iii/firefly-iii
## 5.7.11 (09-09-2022) ## 5.7.11 (09-09-2022)
- Update to latest version from firefly-iii/firefly-iii - Update to latest version from firefly-iii/firefly-iii

View File

@@ -33,12 +33,12 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# # Change data location # # Change data location
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g' # grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
ARG BUILD_UPSTREAM="5.7.11" ARG BUILD_UPSTREAM="5.7.12"
RUN \ RUN \
################# #################
# Fix for 5.7.5 # # Fix for 5.7.5 #
################# #################
if [ "$BUILD_UPSTREAM" = "5.7.11" ] ; then \ if [ "$BUILD_UPSTREAM" = "5.7.12" ] ; 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 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
################## ##################

View File

@@ -46,6 +46,6 @@
"slug": "fireflyiii", "slug": "fireflyiii",
"startup": "services", "startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.7.11", "version": "5.7.12",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "09-09-2022", "last_update": "13-09-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii", "slug": "fireflyiii",
"source": "github", "source": "github",
"upstream_repo": "firefly-iii/firefly-iii", "upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "5.7.11" "upstream_version": "5.7.12"
} }