diff --git a/manifest.toml b/manifest.toml index a314293..fa09eda 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.28~ynh1" +version = "7.30~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.28/wekan-7.28-amd64.zip" - amd64.sha256 = "b83ae8f34a03ab2f7b8c43b2a43398450ac5b4f97a93430c36f0851e677fc6d0" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.30/wekan-7.30-amd64.zip" + amd64.sha256 = "8e2b7caefa1467716e00a36d7b951c3f490dec4a6c7f22a4ab3c9925ed09f5cb" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"