From 3fad8adf244897a518213871f67dd2bbf21748f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:25:39 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 56645cd..6f5029e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/archive/refs/tags/6.0.3.tar.gz" - sha256 = "0d70ce6ee6a3ecb60b7f34d21d90c09a10e126637728ca849ce1ab0f93e42834" + url = "https://github.com/ampache/ampache/releases/download/6.0.3/ampache-6.0.3_all_php8.2.zip" + sha256 = "568114c48e2f0462d73fb742a82d7139ef5d0d01e6afe2f071409542c23dcd1d" in_subdir = false autoupdate.strategy = "latest_github_tag"