From 4c1d6eea3507094ed8ea856534243bbf0508002f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:36:53 +0100 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index bb069e7..825e648 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,11 @@ code = "https://github.com/FreshRSS/FreshRSS" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "150M" ram.runtime = "50M" From 4faf5dd5b8de7077dd4ad3e3f8c894d101bb2a0d Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sun, 24 Dec 2023 19:10:43 +0100 Subject: [PATCH 2/3] Upgrade to v1.23.0 (#175) * Upgrade to v1.23.0 * 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 4af1cb2..a8c2bc8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Shipped version:** 1.22.1~ynh1 +**Shipped version:** 1.23.0~ynh1 **Demo:** https://demo.freshrss.org diff --git a/README_fr.md b/README_fr.md index b463ef8..7612b19 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Agrégateur de flux RSS avec une interface adaptée au mobile. -**Version incluse :** 1.22.1~ynh1 +**Version incluse :** 1.23.0~ynh1 **Démo :** https://demo.freshrss.org diff --git a/manifest.toml b/manifest.toml index 825e648..4be8a3a 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.22.1~ynh1" +version = "1.23.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.22.1.tar.gz" - sha256 = "98cd7dfc06f30d397b1ace4f8c4f9a3a6240ff1ccdeca6487a21cbfe07e025c3" + url = "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.23.0.tar.gz" + sha256 = "229b46fbcdb8cebf60cadaa815b1f3f185423813b1d67317ca2d9f8e630ef19e" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 9e34f3ca51d46f2674e5c2c42a78547804ff681b Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sun, 31 Dec 2023 09:40:41 +0100 Subject: [PATCH 3/3] Upgrade to v1.23.1 (#177) * Upgrade to v1.23.1 * 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 a8c2bc8..0a82250 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Shipped version:** 1.23.0~ynh1 +**Shipped version:** 1.23.1~ynh1 **Demo:** https://demo.freshrss.org diff --git a/README_fr.md b/README_fr.md index 7612b19..a2011b2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Agrégateur de flux RSS avec une interface adaptée au mobile. -**Version incluse :** 1.23.0~ynh1 +**Version incluse :** 1.23.1~ynh1 **Démo :** https://demo.freshrss.org diff --git a/manifest.toml b/manifest.toml index 4be8a3a..e99aedc 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.0~ynh1" +version = "1.23.1~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.0.tar.gz" - sha256 = "229b46fbcdb8cebf60cadaa815b1f3f185423813b1d67317ca2d9f8e630ef19e" + url = "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.23.1.tar.gz" + sha256 = "29b3dc7ebc0bc7daffebe2ed135196644d4b053df3bfcc9ee1b5c6437bc2d480" autoupdate.strategy = "latest_github_tag" [resources.system_user]