From febda601e977781daf593323a150570f614df1d3 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:36:05 +0200 Subject: [PATCH] fix shasum --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 88b2ba3..e3d774b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,14 +46,14 @@ ram.runtime = "50M" [resources.sources] [resources.sources.api] url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.1/download?job=build_api" - sha256 = "22c6cf75397d860d39d4f014b2f0b5f09c3aab3fb6768c13f1aaa3ed831e4649" + sha256 = "c662458cc40e48a3cf2599bb937c4621249a543fe9d4a10e3878ef8eff9a424a" in_subdir = true extract = true format = "zip" [resources.sources.front] url = "https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.3.1/download?job=build_front" - sha256 = "9c26b043fa88a8993b25a700376241239bec4a31c34725c63095d03f18a82a82" + sha256 = "a5ac6749a36593d475c834506709b7a60422a2935eba9c2772253bb15116170f" in_subdir = true extract = true format = "zip"