From 69c9df1b7ab7e865073b21fb04ba198678528d2e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 22 Mar 2024 02:31:16 +0100 Subject: [PATCH 1/2] Upgrade to v2.6.7 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e9a053d..d182e3e 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.6.6~ynh1" +version = "2.6.7~ynh1" maintainers = [ ] @@ -40,8 +40,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.6.tar.gz" - sha256 = "98707dc4c967eb305be38db030431a2d58e14f89bd0d89d16ad5980cd4aea92d" + url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.7.tar.gz" + sha256 = "1a7876aa6eff04f96d22ffd9e35492b79df43923e7af57ad10b2e007a570b321" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 31676a45ce21f3b2c927bd9da773207612bb238e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 22 Mar 2024 01:31:19 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2976a5..eb0e0c9 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Cloudlog is an open-source PHP & MySQL based amateur radio logging application, allowing you to log contacts via a web browser on any device and platform. 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.6.6~ynh1 +**Shipped version:** 2.6.7~ynh1 ## Screenshots @@ -39,7 +38,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug or sudo yunohost app upgrade cloudlog -u https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug