From cbed0cd79a3cb78e2f696b93af91f7479ebd5f5a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 13 Jun 2024 03:46:39 +0200 Subject: [PATCH] Upgrade to v5.1.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 86617ed..872ad33 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mautic" description.en = "Marketing Automation Software" description.fr = "Logiciel d'automatisation marketing" -version = "5.0.4~ynh1" +version = "5.1.0~ynh1" maintainers = ["eric_G"] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/mautic/mautic/releases/download/5.0.4/5.0.4.zip" - sha256 = "3854f4cf32486af6476834328f2e45f337ac65f7bfca284b699c2c7a57b394f5" + url = "https://github.com/mautic/mautic/archive/refs/tags/5.1.0.tar.gz" + sha256 = "7bcfa9ac24d00f74ed44c495e448a456ca89408842c8dfa53aa5b8f3030f7203" in_subdir = false autoupdate.strategy = "latest_github_tag"