From 77c51f2f1b63d73580c40b0ec35b604604808348 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 30 May 2024 09:26:16 +0200 Subject: [PATCH] Testing (#182) * change autoupdate.strategy from "latest_github_tag" to "latest_github_release" * [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 * bump minimal required ynh version * bump package version * backup & restore logs (#179) * cleaning * Auto-update READMEs * Upgrade to v1.24.0 (#181) * Upgrade to v1.24.0 https://github.com/FreshRSS/FreshRSS/releases/tag/1.24.0 * Auto-update READMEs --------- Co-authored-by: OniriCorpe Co-authored-by: Yunohost-Bot <> Co-authored-by: OniriCorpe Co-authored-by: yunohost-bot Co-authored-by: YunoHost Bot --- ALL_README.md | 2 +- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- manifest.toml | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index b97f4ec..b521029 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Shipped version:** 1.23.1~ynh2 +**Shipped version:** 1.24.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 5963406..096118d 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Versión actual:** 1.23.1~ynh2 +**Versión actual:** 1.24.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 787c97a..570f3d5 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Paketatutako bertsioa:** 1.23.1~ynh2 +**Paketatutako bertsioa:** 1.24.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index ef9c34a..136ed2d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Agrégateur de flux RSS avec une interface adaptée au mobile. -**Version incluse :** 1.23.1~ynh2 +**Version incluse :** 1.24.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 7f48fe4..7e0c88b 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Versión proporcionada:** 1.23.1~ynh2 +**Versión proporcionada:** 1.24.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 1da0219..134a6f2 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**分发版本:** 1.23.1~ynh2 +**分发版本:** 1.24.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index dab7390..01fbffb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "FreshRSS" description.en = "RSS aggregator with a nice and mobile-friendly design" description.fr = "Agrégateur de flux RSS avec une interface adaptée au mobile" -version = "1.23.1~ynh2" +version = "1.24.0~ynh1" maintainers = ["plopoyop"] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.23.1.tar.gz" - sha256 = "29b3dc7ebc0bc7daffebe2ed135196644d4b053df3bfcc9ee1b5c6437bc2d480" + url = "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.24.0.tar.gz" + sha256 = "114d92696070077a506c535bf549ed9e7b0ef2250a74a1b95ae0c6df38c774f5" autoupdate.strategy = "latest_github_release" [resources.system_user]