From 68c9b18b0560fe0374753c535d7dfef7b2d7708d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 13 Jul 2024 03:35:09 +0200 Subject: [PATCH] Upgrade to v1.1.16 https://github.com/gristlabs/grist-core/releases/tag/v1.1.16 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 55deffc..d9a738d 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.15~ynh1" +version = "1.1.16~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.15.tar.gz" - sha256 = "437822056a72d62e7fcbe59458381d36f9851532391255cdc5fc406f9d3ffa2f" + url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.16.tar.gz" + sha256 = "6f12ada699f5f14e587b677b6b43adde86c09698718b59332f975e8eddb44ed7" autoupdate.strategy = "latest_github_release"