From 01997a14848513bef92c4b48bac2f1ba77273cc9 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 23:07:52 +0100 Subject: [PATCH] fix source file --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2e0601d..3096e70 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/koel/koel/archive/refs/tags/v6.12.1.tar.gz" - sha256 = "605913a2edfb21322dfd4692b83c8b90c805aad6c2f88831702f2b76356dc07d" + url = "https://github.com/koel/koel/releases/download/v6.12.1/koel-v6.12.1.tar.gz" + sha256 = "d6526eea07374e20b6cd627126edaff92ff5881c51d1947705613a0d0b7061f2" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^koel-v.*tar.gz$"