mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
commit
2bcd8bb558
5 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Microblogging platform
|
||||
|
||||
**Shipped version:** 12.84.0~ynh1
|
||||
**Shipped version:** 12.84.2~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Platforme de Microblogging
|
||||
|
||||
**Version incluse :** 12.84.0~ynh1
|
||||
**Version incluse :** 12.84.2~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
#12.83.0~ynh1
|
||||
upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f
|
||||
# 12.84.0~ynh1
|
||||
upgrade=1 from_commit=32c061ef1a6cedb00300ffd38184cd7d5fff4c95
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=0
|
||||
|
@ -19,6 +19,6 @@
|
|||
Email=
|
||||
Notification=
|
||||
;;; Upgrade options
|
||||
; commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f
|
||||
name=12.83.0~ynh1
|
||||
; commit=32c061ef1a6cedb00300ffd38184cd7d5fff4c95
|
||||
name=12.84.0~ynh1
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.84.0.tar.gz
|
||||
SOURCE_SUM=063cdbd387102dfcb6ac3cd6f5c4063b1028c5d127a279b1144867b74b4be607
|
||||
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.84.2.tar.gz
|
||||
SOURCE_SUM=ec12513a37e41b0c92d51563b2a925017f5eb3c2c05bbcf54357e5e39064d2d1
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Microblogging platform",
|
||||
"fr": "Platforme de Microblogging"
|
||||
},
|
||||
"version": "12.84.0~ynh1",
|
||||
"version": "12.84.2~ynh2",
|
||||
"url": "https://join.misskey.page/en/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue