From fa8897421ea476f84efaca6685dc7f1dd4b6adcd Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 16 Feb 2024 18:10:39 +0100 Subject: [PATCH] Fix autoupdater --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 330129b..08c0d7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -80,7 +80,8 @@ ram.runtime = "3G" url = "https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.tar.gz" sha256 = "3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c" in_subdir = true - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.upstream = "https://github.com/Cyan4973/xxHash" [resources.system_user]