From 8d64ac3ed7f706a4ffe70a686e167dc349371632 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Feb 2024 21:31:05 +0100 Subject: [PATCH 1/3] Upgrade to v1.7.13 https://github.com/duniter/cesium/releases/tag/v1.7.13 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 259e22a..dbd8dfe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Cesium" description.en = "Duniter client to manage wallets, certifications in a libre money" description.fr = "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre" -version = "1.7.10~ynh1" +version = "1.7.13~ynh1" maintainers = ["Moul"] @@ -42,8 +42,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources] [resources.sources.main] - url = "https://github.com/duniter/cesium/releases/download/v1.7.10/cesium-v1.7.10-web.zip" - sha256 = "28fa6d8a94d72e1984d80b6b241ae94928a92b18a400c497fb499c3425adb164" + url = "https://github.com/duniter/cesium/releases/download/v1.7.13/cesium-v1.7.13-web.zip" + sha256 = "12df5710345eb84883aa8430199d8ac184baf9776902503526da50d3e68ddb6b" in_subdir = false autoupdate.strategy = "latest_github_release" From 3d29cc895555407508f282d51a3a3fc1a5f63799 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Feb 2024 20:31:07 +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 e38df20..75cde78 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in It allows you to manage your wallet, certify your friends, and more! -**Shipped version:** 1.7.10~ynh1 +**Shipped version:** 1.7.13~ynh1 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 0e0003e..13ce027 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po It allows you to manage your wallet, certify your friends, and more! -**Version incluse :** 1.7.10~ynh1 +**Version incluse :** 1.7.13~ynh1 ## Documentations et ressources * Site officiel de l’app : From 606111cbca98e31e53af0e35d6a2ff257defc6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:54:02 +0100 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index dbd8dfe..07572c1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,14 +17,14 @@ website = "https://cesium.app" code = "https://github.com/duniter/cesium" [integration] -yunohost = ">= 4.3.0" +yunohost = ">= 11.2.0" architectures = "all" multi_instance = false ldap = false sso = false -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "50M" +ram.build = "50M" +ram.runtime = "50M" [install] [install.domain]