mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
0.15.1
This commit is contained in:
parent
fe61ec413d
commit
2929f32483
2 changed files with 5 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "A link aggregator / Reddit clone for the fediverse."
|
||||
},
|
||||
"version": "0.11.3~ynh1",
|
||||
"version": "0.15.1~ynh1",
|
||||
"url": "https://join.lemmy.ml/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
@ -31,13 +31,11 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "example.com"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"example": "johndoe"
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "sitename",
|
||||
|
|
|
@ -18,9 +18,9 @@ pkg_build_dependencies="$imagemagick_build_dependencies $pictrs_build_dependenci
|
|||
|
||||
NODEJS_VERSION=12
|
||||
|
||||
LEMMY_VERSION=0.11.3
|
||||
LEMMY_VERSION=0.15.1
|
||||
|
||||
LEMMYUI_VERSION=0.11.3
|
||||
LEMMYUI_VERSION=0.15.1
|
||||
|
||||
PICTRS_VERSION=v0.2.6-r2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue