From 327381cc9b95f21440c6b890aaad63852261fc27 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 3 Jul 2024 03:49:54 +0200 Subject: [PATCH] Upgrade to v4.0.2 https://github.com/apache/superset/releases/tag/4.0.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0728406..961a475 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.1~ynh2" +version = "4.0.2~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.1.tar.gz" - sha256 = "63dde50deb07f18cd104afd9fea79515a364bf3dfda61964455c9b7abc1f7183" + url = "https://github.com/apache/superset/archive/refs/tags/4.0.2.tar.gz" + sha256 = "2f71cf37f93e1df02a0dd5b0668a1c4707c762d211b352e5147e2a514bda9977" prefetch = false autoupdate.strategy = "latest_github_release"