From 0e0d09a41523ccfacafe3b3939299b0f4474e1d2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 8 Sep 2023 13:51:13 +0200 Subject: [PATCH] fix source URL --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6d1a7fb..f1937de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://static.wallabag.org/releases/wallabag-release-2.6.6.tar.gz" - sha256 = "b2b2032b39dc0fe11c14eaf12c70bc572eca3db2489e789460d718dcc8911c4f" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.6/wallabag-2.6.6.tar.gz" + sha256 = "d029091521cf9cecf7df7fbbb8c52a5c8dc0f5db00f457216575e6c2aec5d3da" autoupdate.strategy = "latest_github_tag" [resources.system_user]