From e15bc0b1e7b6d939117e6d388b613098a9ba1e48 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 3 May 2024 19:04:20 +0200 Subject: [PATCH] Fix sha sum --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7f9885d..597ce38 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,9 +43,9 @@ ram.runtime = "50M" [resources.sources.main] rename = "flood-linux.deb" arm64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-arm64.deb" - arm64.sha256 = "ed4626cf22580d2cd9932a870d14b2f93320f6768e5fa7d9bbbfa234ef7c4e6a" + arm64.sha256 = "607bb6339e051cd6f84ba58bb06859c49059b9ea786828f56a916330d507df28" amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb" - amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f" + amd64.sha256 = "9eaf3bbe23354f009952c0146da5b8c349ff6840c9d8867d14697c7ee3392c3a" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "flood-linux-arm64.deb"