From 955721bc0bc6860a18136139118683002b3ecb8f Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 25 Jan 2024 19:39:49 +0100 Subject: [PATCH 1/5] v0.17 Fix https://github.com/YunoHost-Apps/excalidraw_ynh/issues/11 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8a5c034..c25e5f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.14.2.tar.gz" - sha256 = "cb692d49d87b7809bda40a99490b6937a30f0457dca2a4b994055e327129408a" + url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.17.0.tar.gz" + sha256 = "8806dbb31df6d164aabad661bb79191cc603859d50b00565b864069ee390e230" [resources.system_user] From 79c3c6e9600686e7a54d19f427e854714dc798ca Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 25 Jan 2024 18:39:51 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a231b..e28b898 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketc * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 7a8f994..baf7d14 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Excalidraw est un outil de tableau blanc collaboratif virtuel qui vous permet d' * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From bace319a0b9e8832331670fe894942c411060139 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 25 Jan 2024 19:43:02 +0100 Subject: [PATCH 3/5] add autoupdate --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index c25e5f9..33a1115 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,6 +42,8 @@ ram.runtime = "50M" url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.17.0.tar.gz" sha256 = "8806dbb31df6d164aabad661bb79191cc603859d50b00565b864069ee390e230" + autoupdate.strategy = "latest_github_tag" + [resources.system_user] [resources.install_dir] From 23d696dd49de0663ca87f2fa35670f892fbbf740 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 25 Jan 2024 19:44:06 +0100 Subject: [PATCH 4/5] bump to nodeJS 18 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b818f0f..9195d57 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 +nodejs_version=18 #================================================= # PERSONAL HELPERS From abb5b6d0501fbc4fb5ec51239588a72f8ceb5e45 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 05:14:24 +0100 Subject: [PATCH 5/5] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 33a1115..643d5bc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,8 +41,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.17.0.tar.gz" sha256 = "8806dbb31df6d164aabad661bb79191cc603859d50b00565b864069ee390e230" - - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.system_user]