From 33f80e26cc04cd91522b71b0a6ad75303ca88e3f Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 22 Dec 2023 19:13:08 +0100 Subject: [PATCH] Upgrade to v2023.12.22 (#68) * Upgrade to v2023.12.22 * 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 a9898aa..9178c02 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.11.23~ynh1 +**Shipped version:** 2023.12.22~ynh1 **Demo:** https://datenstrom.se/yellow/demo/ diff --git a/README_fr.md b/README_fr.md index 6eda118..e2d7a37 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.11.23~ynh1 +**Version incluse :** 2023.12.22~ynh1 **Démo :** https://datenstrom.se/yellow/demo/ diff --git a/manifest.toml b/manifest.toml index 0366b5a..fadd047 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.11.23~ynh1" +version = "2023.12.22~ynh1" maintainers = ["eric_G"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/datenstrom/yellow/archive/9fce7f19fccf168e525a3af653486ac6b08c198a.tar.gz" - sha256 = "ef44238ac2cb342a73d668f09f2fbe6fc37f85b9541d9abb206ee718ee9b41e3" + url = "https://github.com/datenstrom/yellow/archive/d87fabae53ed451b9efd9982ee5ea800a2b2d487.tar.gz" + sha256 = "fd7f0a8a5ae45a94e2bebb76ef3938358911865e4ad851e9e76e92695158b4e0" autoupdate.upstream = "https://github.com/datenstrom/yellow" autoupdate.strategy = "latest_github_commit"