mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
parent
4faf5dd5b8
commit
9e34f3ca51
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue