diff --git a/README.md b/README.md index a899208..89a1bcf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ Firefly III should give you insight into and control over your finances. Money s But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having money, not having money, paying bills with money, you get the idea. But no more. I want to feel "safe", whatever my balance is. And I hope this tool can help you. I know it helps me. -**Shipped version:** 5.7.10~ynh1 +**Shipped version:** 5.7.12~ynh1 + **Demo:** https://demo.firefly-iii.org/login diff --git a/README_fr.md b/README_fr.md index 01996df..9997e72 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,8 @@ Firefly III should give you insight into and control over your finances. Money s But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having money, not having money, paying bills with money, you get the idea. But no more. I want to feel "safe", whatever my balance is. And I hope this tool can help you. I know it helps me. -**Version incluse :** 5.7.10~ynh1 +**Version incluse :** 5.7.12~ynh1 + **Démo :** https://demo.firefly-iii.org/login diff --git a/conf/app.src b/conf/app.src index c9907b9..ffa9215 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.7.10.tar.gz -SOURCE_SUM=8ac03a6fbdfc5010b85b8cac996603b83eba624ec59ef18074b800764e75afbc +SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.7.12.tar.gz +SOURCE_SUM=515bd67d54debada0318d8539077fee23264405125b23c439fd3d10f49335228 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 436a635..f39d6f7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted financial manager", "fr": "Gestionnaire de finances personnelles" }, - "version": "5.7.10~ynh1", + "version": "5.7.12~ynh1", "url": "https://firefly-iii.org/", "upstream": { "license": "GPL-3.0-or-later", @@ -21,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index 6b77a53..bd5ed00 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,7 +90,7 @@ then ynh_script_progression --message="Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.env $final_path/storage/upload $final_path/storage/export" + ynh_setup_source --dest_dir="$final_path" --keep=".env storage/upload storage/export" fi chmod 750 "$final_path"