From b7eaa0a27c6b75934ca89706a418d6cebf79f91b Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 1 Mar 2024 01:32:02 +0100 Subject: [PATCH] Upgrade to v13.1 (#36) Co-authored-by: OniriCorpe --- README.md | 6 +++--- README_fr.md | 4 ++-- manifest.toml | 9 +++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 097a712..bf96f77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a model–view–controller web application framework that can be used independently of the CMS that allows you to build powerful online applications. -**Shipped version:** 4.4.2~ynh1 +**Shipped version:** 4.4.3~ynh1 ## Screenshots @@ -49,4 +49,4 @@ or sudo yunohost app upgrade joomla -u https://github.com/YunoHost-Apps/joomla_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 93f7282..dc455f1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Joomla! est un système de gestion de contenu (CMS) gratuit et open source pour la publication de contenu Web. Au fil des années, Joomla! a remporté plusieurs prix. Il est construit sur un cadre d'application Web modèle-vue-contrôleur qui peut être utilisé indépendamment du CMS et qui vous permet de créer de puissantes applications en ligne. -**Version incluse :** 4.4.2~ynh1 +**Version incluse :** 4.4.3~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 2dd262a..5b7096a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Joomla" description.en = "Content management system" description.fr = "Système de gestion de contenu libre" -version = "4.4.2~ynh1" +version = "4.4.3~ynh1" maintainers = [""] @@ -50,10 +50,11 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/joomla/joomla-cms/releases/download/4.4.2/Joomla_4.4.2-Stable-Full_Package.tar.gz" - sha256 = "5cf33e8debff60f9dc4ee5eaee81a61dada0abf193807c31c9e70375841fd3d8" + url = "https://github.com/joomla/joomla-cms/releases/download/4.4.3/Joomla_4.4.3-Stable-Full_Package.tar.gz" + sha256 = "f958b0c1c928842aee176a3c0a0687d5e966a72bf2765cf8b63566ac7128906b" in_subdir = false - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^Joomla_.*-Stable-Full_Package.tar.gz$" [resources.system_user]