From 16a2ecac97af7885e670accba3cbe14938aabb3c Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:12:34 +0200 Subject: [PATCH] Fix asset url --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 41594f7..f8a7c75 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/galette/galette/archive/refs/tags/1.1.3.tar.gz" - sha256 = "8bfd5fc1bd2c0bf151c87f7dda77af10ba16c26a02dd7200cdf72c49ca0d353f" + url = "https://www.galette.eu/download/galette-1.1.3.tar.bz2" + sha256 = "4797a529e5ba7925a2f265fce30801ca05db515832e6bc00c51413492841993a" autoupdate.strategy = "latest_github_tag" autoupdate.needs_manual_tweaks = true