diff --git a/README.md b/README.md index b47cb08..1f2aa94 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 RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. RSSHub can be used with browser extension RSSHub Radar and mobile auxiliary app RSSBud (iOS) and RSSAid (Android) -**Shipped version:** 2023.10.22~ynh1 +**Shipped version:** 2023.10.26~ynh1 ## Screenshots @@ -30,6 +30,7 @@ RSSHub is an open source, easy to use, and extensible RSS feed generator. It's c * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 08f439c..f8d9002 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 RSSHub est un générateur de flux RSS open source, facile à utiliser et extensible. Il est capable de générer des flux RSS à partir d'à peu près tout. RSSHub peut être utilisé avec l'extension de navigateur RSSHub Radar et l'application mobile auxiliaire RSSBud (iOS) et RSSAid (Android) -**Version incluse :** 2023.10.22~ynh1 +**Version incluse :** 2023.10.26~ynh1 ## Captures d’écran @@ -30,6 +30,7 @@ RSSHub est un générateur de flux RSS open source, facile à utiliser et extens * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 2dcb945..1cc232e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "RSSHub" description.en = "Extensible RSS feed aggregator" description.fr = "Agrégateur de flux RSS extensible" -version = "2023.10.22~ynh1" +version = "2023.10.28~ynh1" maintainers = ["eric_G"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/DIYgod/RSSHub/archive/475372751f920e628a8163e52a138570bec390cf.tar.gz" - sha256 = "e26a65f04828523dc4bf5cff0bd8a76c8356ebceedef8970b180522f8ff67e5f" + url = "https://github.com/DIYgod/RSSHub/archive/4356fad91a268c81b8dacd2e3d9d07dbdce231a0.tar.gz" + sha256 = "e58a096a4872bbceaaf7126599f000d50e0e87b12d20d2d381338923aea42e3c" autoupdate.upstream = "https://github.com/DIYgod/RSSHub" autoupdate.strategy = "latest_github_commit"