From d021c6acfad460dda60f379aad70e6a06eee60d0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 19:25:03 +0200 Subject: [PATCH 1/5] set relative path for --keep opt --- manifest.json | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 436a635..a11c371 100644 --- a/manifest.json +++ b/manifest.json @@ -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" From 987c6171deacdd25a5c092b62e03baa1de6ec965 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 15 Aug 2022 17:25:10 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a899208..6f14328 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ But you get the idea: this is your money. These are your expenses. Stop them fro **Shipped version:** 5.7.10~ynh1 + **Demo:** https://demo.firefly-iii.org/login ## Screenshots diff --git a/README_fr.md b/README_fr.md index 01996df..71c30f2 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.10~ynh1 + **Démo :** https://demo.firefly-iii.org/login From 380be3bd182de6f3e2ee7f1ed88f9bd35a43acf1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 11 Sep 2022 06:30:35 +0000 Subject: [PATCH 3/5] Upgrade to v5.7.12 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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..8ed0a74 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", From ae524b5e5f8a09f1650c1086fb2216e5820d6fdb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 11 Sep 2022 06:30:43 +0000 Subject: [PATCH 4/5] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 From 10762b9e5cfd54a1bb5fb1b209d6845aaf190321 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 13 Sep 2022 06:14:25 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 49d829c..89a1bcf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ But you get the idea: this is your money. These are your expenses. Stop them fro **Shipped version:** 5.7.12~ynh1 - **Demo:** https://demo.firefly-iii.org/login ## Screenshots