From f4b081d3708832183f9c5a0f66556cdb80f3d18f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 2 Dec 2023 23:27:24 +0100 Subject: [PATCH] Update manifest.toml: fix sha256 sum --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e6e9240..2e9d616 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,7 +62,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] url = "https://tildegit.org/sbgodin/HtmGem/archive/v1.4.1.tar.gz" - sha256 = "c7a1d21f6791f567222a1bfb26d72fd44c6083cddb8536011477cf001eb90d27" + sha256 = "4d21fbdf5f89e510052185ea9d331614338353886baaecc05d007fa1481f75ce" [resources.system_user] @@ -77,4 +77,4 @@ ram.runtime = "50M" if [[ "$database" == true ]]; then echo "mariadb-server, php8.2-mysql" fi - """ \ No newline at end of file + """