From 2ec02797d5a3126c045097808f15efe8adef5f57 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 15 May 2024 03:36:54 +0200 Subject: [PATCH] Upgrade to v1.1.14 https://github.com/gristlabs/grist-core/releases/tag/v1.1.14 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 067d8e7..1308caa 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.13~ynh1" +version = "1.1.14~ynh1" maintainers = ["fflorent"] @@ -56,8 +56,8 @@ ram.runtime = "150M" [resources.sources] [resources.sources.main] - url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.13.tar.gz" - sha256 = "2b30b445f5b1026458e261dab59bba3911b5cc746345ec6b013f447bc65d36cd" + url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.14.tar.gz" + sha256 = "a97948728c722347318e1ae7aa30d20cda1938848cffcce57d1346eb010dcbe4" autoupdate.strategy = "latest_github_release"