diff --git a/manifest.toml b/manifest.toml index 6b74a30..11c447c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TaskBoard" description.en = "Kanban for keeping track of things that need to get done" description.fr = "Kanban pour garder une trace des choses à faire" -version = "1.0.2~ynh3" +version = "v1.0.2~ynh1" maintainers = [] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/kiswa/TaskBoard/releases/download/v1.0.2/TaskBoard_v1.0.2.zip" - sha256 = "7138c929b0e3b08f0a26d61b526e849ee894a02e9225802a6976997f380fe9ad" + url = "https://github.com/kiswa/TaskBoard/archive/refs/tags/v1.0.2.tar.gz" + sha256 = "5ce5dc74a7333098dd3b1364104e5465443efb99392e6c5211fe0a8c226304cf" in_subdir = false autoupdate.strategy = "latest_github_tag"