From e61701ad30f89b05ce33dac9781c09e1649362de Mon Sep 17 00:00:00 2001 From: Neil Aitken Date: Wed, 12 Jun 2024 17:38:22 +0100 Subject: [PATCH 1/2] Attempt to uprgade importer version --- manifest.toml | 8 ++++---- scripts/_common.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 09667f4..2c2a84e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Firefly III Importer" description.en = "Firefly III Data Importer" description.fr = "Importateur de données Firefly III" -version = "1.2.2~ynh1" +version = "1.5.2~ynh1" maintainers = [] @@ -42,8 +42,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.2.tar.gz" - sha256 = "2e69f8b68ab8fd0f078e585feb2128b99bf2dd3088c057d2dbd1c75a20860732" + url = "https://github.com/firefly-iii/data-importer/releases/download/v1.5.2/DataImporter-v1.5.2.tar.gz" + sha256 = "0cbc821f9052cf03cebad2870a58527986a1d36077bfa60829c99f00b9919ca3" [resources.system_user] @@ -53,4 +53,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-xml php8.2-bcmath" + packages = "php8.3-xml php8.3-bcmath" diff --git a/scripts/_common.sh b/scripts/_common.sh index 1a7049a..6381490 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Composer version -YNH_COMPOSER_VERSION="2.5.4" +YNH_COMPOSER_VERSION="2.7.7" #================================================= # PERSONAL HELPERS From 37b6e36f2c34afbc0b3cf3a0e35c3dc889b10583 Mon Sep 17 00:00:00 2001 From: Neil Aitken Date: Sun, 23 Jun 2024 19:52:46 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d32d4..07fcc31 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If your Firefly-III server is installed as a YunoHost app, please note: - When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine. -**Shipped version:** 1.2.2~ynh1 +**Shipped version:** 1.5.2~ynh1 ## Screenshots