From 8700e73d5bfe1c77b47e915fca5f08a05eb84832 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Jun 2023 20:15:27 +0200 Subject: [PATCH 1/3] Upgrade to v2.4.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 403a50a..6b07025 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "CloudLog" description.en = "Web based amateur radio logging application" description.fr = "Application Web d'enregistrement radioamateur" -version = "2.4.3~ynh1" +version = "2.4.4~ynh1" maintainers = ["eric_G"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.4.3.tar.gz" - sha256 = "82f23aba0ad3e1cadf62fd4d06ff6c82cae0c8adb470a24b0c7b3f0a6017894b" + url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.4.4.tar.gz" + sha256 = "16e75599f864ef5dbe9df693a9504425715ea904bbff63cf583cac3ed22ea073" autoupdate.strategy = "latest_github_tag" [resources.system_user] From f8cd2ff412380a9c7cead93bc5758ea72914a9c4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Jun 2023 18:15:29 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7012b3..6a49201 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Cloudlog is an open-source PHP & MySQL based amateur radio logging application, This is an ideal general-purpose logging application, supporting HF to Microwave, it can even interface with your radio via CAT, sync logs from WSJT-X & if you are a satellite operator integrates with SatPC32. -**Shipped version:** 2.4.3~ynh1 +**Shipped version:** 2.4.4~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 582911b..0f48427 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Cloudlog est une application de journalisation radio amateur open-source basée Il s'agit d'une application de journalisation polyvalente idéale, prenant en charge HF vers micro-ondes, elle peut même s'interfacer avec votre radio via CAT, synchroniser les journaux de WSJT-X et si vous êtes un opérateur satellite, s'intègre à SatPC32. -**Version incluse :** 2.4.3~ynh1 +**Version incluse :** 2.4.4~ynh1 ## Captures d’écran From 692507911736f4585cdab70bd547ac59ab5101c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:39:50 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6b07025..ae57183 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,7 +15,7 @@ website = "https://www.cloudlog.co.uk" code = "https://github.com/magicbug/Cloudlog" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = false