From 2f80d765b6422df099553250f8d0f9d77c0546f6 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Mon, 26 Feb 2024 04:08:20 +0100 Subject: [PATCH] Upgrade to v7.34 (#297) --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7ab6c7..e8bcbd3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in WeKan is an completely Open Source and Free software collaborative kanban board application. -**Shipped version:** 7.32~ynh1 +**Shipped version:** 7.34~ynh1 **Demo:** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h diff --git a/README_fr.md b/README_fr.md index cfe0e72..b0c21e2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po WeKan est une application de tableau kanban collaborative entièrement libre et open source. -**Version incluse :** 7.32~ynh1 +**Version incluse :** 7.34~ynh1 **Démo :** https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h diff --git a/manifest.toml b/manifest.toml index 51f6103..e840cfa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wekan" description.en = "Trello-like kanban" description.fr = "Kanban similaire à Trello" -version = "7.32~ynh1" +version = "7.34~ynh1" maintainers = ["alexAubin", "ljf", "yalh76"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - amd64.url = "https://github.com/wekan/wekan/releases/download/v7.32/wekan-7.32-amd64.zip" - amd64.sha256 = "e8e6ddd58031a16fab7a48970fe48e67f95f8cb5b995eba6ede85fd744cac8c9" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.34/wekan-7.34-amd64.zip" + amd64.sha256 = "6490e1edb1aae60d1b90e1dd182ab7325aa97397266446ae5543fbac82152ea9" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"