1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rsshub_ynh.git synced 2024-09-03 20:25:52 +02:00

Merge pull request #11 from YunoHost-Apps/ci-auto-update-2023.10.26

Upgrade to v2023.10.26
This commit is contained in:
eric_G 2023-10-27 14:12:13 +02:00 committed by GitHub
commit b34688236f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -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) 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.25~ynh1 **Shipped version:** 2023.10.26~ynh1
## Screenshots ## Screenshots
@ -30,6 +30,7 @@ RSSHub is an open source, easy to use, and extensible RSS feed generator. It's c
* Official app website: <https://docs.rsshub.app/> * Official app website: <https://docs.rsshub.app/>
* Official admin documentation: <https://docs.rsshub.app/install/> * Official admin documentation: <https://docs.rsshub.app/install/>
* Upstream app code repository: <https://github.com/DIYgod/RSSHub> * Upstream app code repository: <https://github.com/DIYgod/RSSHub>
* YunoHost Store: <https://apps.yunohost.org/app/rsshub>
* Report a bug: <https://github.com/YunoHost-Apps/rsshub_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/rsshub_ynh/issues>
## Developer info ## Developer info

View file

@ -19,7 +19,7 @@ Si vous navez 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) 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.25~ynh1 **Version incluse :** 2023.10.26~ynh1
## Captures décran ## 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 lapp : <https://docs.rsshub.app/> * Site officiel de lapp : <https://docs.rsshub.app/>
* Documentation officielle de ladmin : <https://docs.rsshub.app/install/> * Documentation officielle de ladmin : <https://docs.rsshub.app/install/>
* Dépôt de code officiel de lapp : <https://github.com/DIYgod/RSSHub> * Dépôt de code officiel de lapp : <https://github.com/DIYgod/RSSHub>
* YunoHost Store: <https://apps.yunohost.org/app/rsshub>
* Signaler un bug : <https://github.com/YunoHost-Apps/rsshub_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/rsshub_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -7,7 +7,7 @@ name = "RSSHub"
description.en = "Extensible RSS feed aggregator" description.en = "Extensible RSS feed aggregator"
description.fr = "Agrégateur de flux RSS extensible" description.fr = "Agrégateur de flux RSS extensible"
version = "2023.10.25~ynh1" version = "2023.10.26~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/DIYgod/RSSHub/archive/9fdb3d1a9d5be2e63193a367cd9b1165f500ccf7.tar.gz" url = "https://github.com/DIYgod/RSSHub/archive/0d183fb129474389416c501cd44cb7d2b6422f8d.tar.gz"
sha256 = "d92d9eadea0ab1ee46c753bef61aaa2db08296dcf9cb914be8b7bf3d3f7ed56f" sha256 = "0ceb7f570ce68bb8a7dc0b77a53fb77c68af5b6fca39c168327b03052450de02"
autoupdate.upstream = "https://github.com/DIYgod/RSSHub" autoupdate.upstream = "https://github.com/DIYgod/RSSHub"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"