1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Merge pull request #8 from oufmilo/testing

Update 12.82.0
This commit is contained in:
Éric Gaspar 2021-06-03 08:45:44 +02:00 committed by GitHub
commit 1c66190bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Microblogging platform Microblogging platform
**Shipped version:** 12.81.0~ynh1 **Shipped version:** 12.82.0~ynh1
@ -40,7 +40,7 @@ Microblogging platform
* Official app website: https://join.misskey.page * Official app website: https://join.misskey.page
* Official user documentation: https://yunohost.org/apps * Official user documentation: https://yunohost.org/apps
* Upstream app code repository: https://github.com/syuilo/misskey * Upstream app code repository: https://github.com/misskey-dev/misskey
* YunoHost documentation for this app: https://yunohost.org/app_misskey * YunoHost documentation for this app: https://yunohost.org/app_misskey
* Report a bug: https://github.com/YunoHost-Apps/misskey_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/misskey_ynh/issues
@ -55,4 +55,4 @@ or
sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** https://yunohost.org/packaging_apps **More info regarding app packaging:** https://yunohost.org/packaging_apps

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syuilo/misskey/archive/12.81.0.tar.gz SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.82.0.tar.gz
SOURCE_SUM=7534060ef796398650ca2f105bc51024ac1cefc6b1702dafd25101e7ccc6a929 SOURCE_SUM=16d9787a96ee4593c5ec97f38ad646cb348e8761781433f51897de683c063c72
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,13 +6,13 @@
"en": "Microblogging platform", "en": "Microblogging platform",
"fr": "Platforme de Microblogging" "fr": "Platforme de Microblogging"
}, },
"version": "12.81.0~ynh1", "version": "12.82.0~ynh1",
"url": "https://join.misskey.page/en/", "url": "https://join.misskey.page/en/",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",
"website": "https://join.misskey.page", "website": "https://join.misskey.page",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://yunohost.org/apps",
"code": "https://github.com/syuilo/misskey" "code": "https://github.com/misskey-dev/misskey"
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0",
"maintainer": { "maintainer": {