1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00
This commit is contained in:
ericgaspar 2022-01-20 14:48:01 +01:00
parent fe61ec413d
commit 2929f32483
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 7 deletions

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "A link aggregator / Reddit clone for the fediverse." "en": "A link aggregator / Reddit clone for the fediverse."
}, },
"version": "0.11.3~ynh1", "version": "0.15.1~ynh1",
"url": "https://join.lemmy.ml/", "url": "https://join.lemmy.ml/",
"upstream": { "upstream": {
"license": "GPL-3.0", "license": "GPL-3.0",
@ -31,13 +31,11 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"example": "example.com"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user"
"example": "johndoe"
}, },
{ {
"name": "sitename", "name": "sitename",

View file

@ -18,9 +18,9 @@ pkg_build_dependencies="$imagemagick_build_dependencies $pictrs_build_dependenci
NODEJS_VERSION=12 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 PICTRS_VERSION=v0.2.6-r2