From eaa8b59ece37886dd0c70c8ac7776027fc1540d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:32:41 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 50bf768..9b3b657 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,9 +46,9 @@ ram.runtime = "50M" [resources] [resources.sources.main] - arm64.url = "https://github.com/wekan/wekan/releases/download/v7.09/wekan-7.18-arm64.zip" + arm64.url = "https://github.com/wekan/wekan/releases/download/v7.18/wekan-7.18-arm64.zip" arm64.sha256 = "6e384614e436147cbe4977ea8dd51f4e45487f455b23efe5e44d74ef6b69ceaf" - amd64.url = "https://github.com/wekan/wekan/releases/download/v7.09/wekan-7.18-amd64.zip" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.18/wekan-7.18-amd64.zip" amd64.sha256 = "da865310d70de763fc0d410344e28a493691e461b5195fe97d16e89f3d0d7246" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "*-amd64.zip"