From d7fc9ba80703c641e6f5a9747784d238f6ecd274 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sat, 23 Dec 2023 19:27:26 +0100 Subject: [PATCH] Upgrade to v2023.12.23 (#69) * Upgrade to v2023.12.23 * Auto-update README --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9178c02..f23f289 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Yellow is for people who make small websites -**Shipped version:** 2023.12.22~ynh1 +**Shipped version:** 2023.12.23~ynh1 **Demo:** https://datenstrom.se/yellow/demo/ diff --git a/README_fr.md b/README_fr.md index e2d7a37..73e75f6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Yellow is for people who make small websites -**Version incluse :** 2023.12.22~ynh1 +**Version incluse :** 2023.12.23~ynh1 **Démo :** https://datenstrom.se/yellow/demo/ diff --git a/manifest.toml b/manifest.toml index fadd047..13cec5a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Yellow" description.en = "Content management system (CMS) for simple website" description.fr = "Système de gestion de contenu (CMS) pour un site simple" -version = "2023.12.22~ynh1" +version = "2023.12.23~ynh1" maintainers = ["eric_G"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/datenstrom/yellow/archive/d87fabae53ed451b9efd9982ee5ea800a2b2d487.tar.gz" - sha256 = "fd7f0a8a5ae45a94e2bebb76ef3938358911865e4ad851e9e76e92695158b4e0" + url = "https://github.com/datenstrom/yellow/archive/f47dddbb742162c902ea765ff12bf94da800e1d7.tar.gz" + sha256 = "f944966f526ab0e7d8cd1b57c4327d72e67ef1525cd5ccee4e8f5ae8f35bb573" autoupdate.upstream = "https://github.com/datenstrom/yellow" autoupdate.strategy = "latest_github_commit"