From bb572533595bbc554e6e089fa32a749262baece6 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 25 Feb 2024 21:26:19 +0100 Subject: [PATCH 1/3] change autoupdate.strategy from "latest_github_tag" to "latest_github_release" --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cacdf82..d8236c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,7 +59,7 @@ ram.runtime = "150M" url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.11.tar.gz" sha256 = "9e71715cda10fd38070c9d4679a3e9b8988669455556fa447cae17a0543c7198" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.system_user] From 85325099d99724941c806e6f150ad0b09cdb9a04 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 3 Mar 2024 11:14:06 +0100 Subject: [PATCH 2/3] Remove nodejs and bump version --- manifest.toml | 2 +- scripts/remove | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d8236c6..784bdeb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Grist" description.en = "Modern relational spreadsheet" description.fr = "Feuille de calcul relationnelle moderne" -version = "1.1.11~ynh2" +version = "1.1.11~ynh3" maintainers = ["fflorent"] diff --git a/scripts/remove b/scripts/remove index 13c64bd..953f916 100755 --- a/scripts/remove +++ b/scripts/remove @@ -35,6 +35,8 @@ ynh_redis_remove_db "$redis_db" ynh_secure_remove --file="/var/log/$app" +ynh_remove_nodejs + #================================================= # END OF SCRIPT #================================================= From b2808801ce8fdfff6c1597a0676a1e0965a323d0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 3 Mar 2024 10:15:04 +0000 Subject: [PATCH 3/3] 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 8a5fd4b..eafbb36 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ More about the features can be found here: