From 429b8b6086657f74b2a42dd005390c624c87ecff Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 22 Oct 2023 18:15:45 +0200 Subject: [PATCH 1/3] Upgrade to v2.4.11 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 354f5bc..c118b47 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.10~ynh1" +version = "2.4.11~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.10.tar.gz" - sha256 = "33021d7eebe80f349b42df497964839c85f8bb135e47febbbb04bfc6a8cb9a3d" + url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.4.11.tar.gz" + sha256 = "e038a77cd51a1f6b79bfca7b79b638e8fe0594382f1ea749d6eb4f95c5aebe60" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 8ddeaaa1b145cb926af184a4f90a966eb29c4256 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 22 Oct 2023 16:15:48 +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 03fcae6..6ef7b7f 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.10~ynh1 +**Shipped version:** 2.4.11~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 69e2365..29ae045 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.10~ynh1 +**Version incluse :** 2.4.11~ynh1 ## Captures d’écran From 924f6d8bfd21b137bbec31da7f6bdd54cb1b487c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:24:20 +0200 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c118b47..45b151c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,7 +21,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "150M" ram.runtime = "50M" [install] @@ -49,7 +49,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, php8.0-curl, php8.0-mbstring, php8.0-mysql, php8.0-xml" + packages = "mariadb-server, php8.2-curl, php8.2-mbstring, php8.2-mysql, php8.2-xml" [resources.database] type = "mysql"