mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Upgrade to 0.11.3
This commit is contained in:
parent
5263ae0848
commit
a5afb19825
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
A link aggregator / Reddit clone for the fediverse.
|
||||
|
||||
**Shipped version:** 0.11.2~ynh1
|
||||
**Shipped version:** 0.11.3~ynh1
|
||||
|
||||
**Demo:** https://join.lemmy.ml/join/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
|
||||
|
||||
**Version incluse :** 0.11.2~ynh1
|
||||
**Version incluse :** 0.11.3~ynh1
|
||||
|
||||
**Démo :** https://join.lemmy.ml/join/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "A link aggregator / Reddit clone for the fediverse."
|
||||
},
|
||||
"version": "0.11.2~ynh1",
|
||||
"version": "0.11.3~ynh1",
|
||||
"url": "https://join.lemmy.ml/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -18,9 +18,9 @@ pkg_build_dependencies="$imagemagick_build_dependencies $pictrs_build_dependenci
|
|||
|
||||
NODEJS_VERSION=12
|
||||
|
||||
LEMMY_VERSION=0.11.2
|
||||
LEMMY_VERSION=0.11.3
|
||||
|
||||
LEMMYUI_VERSION=0.11.2
|
||||
LEMMYUI_VERSION=0.11.3
|
||||
|
||||
PICTRS_VERSION=v0.2.6-r2
|
||||
|
||||
|
|
Loading…
Reference in a new issue