From 37c8418bc1e977465083dfa5a19f2de63843a5fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 13 May 2024 17:51:27 +0200 Subject: [PATCH] Upgrade to v4.0.1 https://github.com/apache/superset/releases/tag/4.0.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 60de13e..17c2a3d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ name = "Apache Superset" description.en = "Data exploration and visualization platform" description.fr = "Plateforme d'exploration et de visualisation de données" -version = "4.0.0~ynh1" +version = "4.0.1~ynh1" maintainers = ["tituspijean"] @@ -48,8 +48,8 @@ ram.runtime = "500M" [resources.sources] [resources.sources.main] - url = "https://github.com/apache/superset/archive/refs/tags/4.0.0.tar.gz" - sha256 = "b1ac1c610c7893f36d10b05da419e54a582b851992cb98485501a35f6ab05e44" + url = "https://github.com/apache/superset/archive/refs/tags/4.0.1.tar.gz" + sha256 = "63dde50deb07f18cd104afd9fea79515a364bf3dfda61964455c9b7abc1f7183" prefetch = false autoupdate.strategy = "latest_github_release"