From d4851fcbb78246bbee21482575ee9509a0bb351f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 9 Apr 2024 03:44:31 +0200 Subject: [PATCH] Upgrade to v4.0.0 https://github.com/apache/superset/releases/tag/4.0.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ec10ea2..e376890 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 = "3.1.0~ynh1" +version = "4.0.0~ynh1" maintainers = ["tituspijean"] @@ -48,8 +48,8 @@ ram.runtime = "500M" [resources.sources] [resources.sources.main] - url = "https://github.com/apache/superset/archive/refs/tags/3.1.0.tar.gz" - sha256 = "44747c9dd2aab96d5e1ba65559811785afe9139c3f9f85e55c8c4acc45e502df" + url = "https://github.com/apache/superset/archive/refs/tags/4.0.0.tar.gz" + sha256 = "b1ac1c610c7893f36d10b05da419e54a582b851992cb98485501a35f6ab05e44" prefetch = false autoupdate.strategy = "latest_github_release"