From db73111e94f30c8a61e68ce8724d17f58a10c800 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 26 Feb 2024 15:20:00 +0000 Subject: [PATCH] Upgrade to v2024.02.26 --- manifest.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/manifest.toml b/manifest.toml index 44137e8..80b54c7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TLDraw" description.en = "Tiny little drawing app" description.fr = "Petite application de dessin" -version = "1.24.5~ynh3" +version = "2024.02.26~ynh1" maintainers = ["Raoul de Limezy"] @@ -50,12 +50,12 @@ ram.runtime = "50M" optional = true [resources] - [resources.sources.main] - url = "https://github.com/tldraw/tldraw/archive/8e55e263bf45cb6d425178c638aec385ec01e62c.zip" - sha256 = "d090aac97266e043418ec34d46e722dd69c7dace4bd30f39afb9478eb21271d1" - # Disabled autoupdate for now because it's flooding with PRs which are failing the test - # The "multiplayer" patch needs to be fixed to be adapted to newer versions - #autoupdate.strategy = "latest_github_commit" + [resources.sources.main] + url = "https://github.com/tldraw/tldraw/archive/fb852459db10382bf3a67b624d542bf827f57d20.tar.gz" + sha256 = "4b9cd79000da412a243a2e79949e4f0dcffc087f90ea119f7c3e5ffb87ca12f5" + # Disabled autoupdate for now because it's flooding with PRs which are failing the test + # The "multiplayer" patch needs to be fixed to be adapted to newer versions + #autoupdate.strategy = "latest_github_commit" [resources.ports] @@ -67,7 +67,8 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "" - extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" - extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" - extras.yarn.packages = "yarn" + + [resources.apt.extras.yarn] + repo = "deb https://dl.yarnpkg.com/debian/ stable main" + key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + packages = "yarn"