From 2144afbd5501622f2a8bf3e5bb9ddb0aea8865c6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 4 Apr 2023 18:42:43 +0200 Subject: [PATCH] fix auto-update source and force version because upstream has no proper versioning >_> --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7115a25..76637db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources.main] url= "https://github.com/jasonmunro/cypht/archive/eb3aac3ad3042eaf43a015a325ff59d09aceb52a.zip" sha256 = "388dec7e7714444e2a0ab00b8aad42f42816e434b382e8780fcb614289283ddf" - autoupdate.upstream = "https://github.com/jasonmunro/cypht" autoupdate.strategy = "latest_github_commit" + autoupdate.force_version = "1.3.%Y.%m.%d" [resources.system_user]