From 300ba7b3094bf8a5522b3a1b64fc149a6ff5b40f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 23 Feb 2024 00:13:13 +0100 Subject: [PATCH] fix source link and the autoupdater --- manifest.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6fbcbab..cfc50aa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,10 +46,11 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/the-djmaze/snappymail/archive/refs/tags/v2.35.0.tar.gz" - sha256 = "38527768eb08d17c75a2d9bf9732d71caececa83858a3f304a2e30d5b8afcd57" + url = "https://github.com/the-djmaze/snappymail/releases/download/v2.35.0/snappymail-2.35.0.tar.gz" + sha256 = "98e08c62d6992bc6901c39282eddc20a264e7a402e9bf02465409d6ac23197f5" in_subdir = false autoupdate.strategy = "latest_github_tag" + autoupdate.asset = "^snappymail-.*tar.gz$" [resources.system_user] @@ -63,4 +64,4 @@ ram.runtime = "50M" [resources.database] type = "mysql" - \ No newline at end of file +