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 #132 from YunoHost-Apps/testing

Upgrade to v12.119.0
This commit is contained in:
Memo 2022-09-21 14:50:17 +02:00 committed by GitHub
commit 20f82d5194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms.
**Shipped version:** 12.118.1~ynh1 **Shipped version:** 12.119.0~ynh1
## Screenshots ## Screenshots

View file

@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux.
**Version incluse :** 12.118.1~ynh1 **Version incluse :** 12.119.0~ynh1
## Captures d'écran ## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.118.1.tar.gz SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.119.0.tar.gz
SOURCE_SUM=E1890D9AEBF65D9EB53800B837BF02BA6A80CD1F4430FD3C83C0911F6DC1F2A2 SOURCE_SUM=41c7b97ce334d50fbe6c98cddc069d0eeb4fdb81429308a0164572d3e30ad7ea
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,7 +6,7 @@
"en": "Microblogging platform", "en": "Microblogging platform",
"fr": "Platforme de Microblogging" "fr": "Platforme de Microblogging"
}, },
"version": "12.118.1~ynh1", "version": "12.119.0~ynh1",
"url": "https://misskey-hub.net/", "url": "https://misskey-hub.net/",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",
@ -42,4 +42,4 @@
} }
] ]
} }
} }

View file

@ -106,7 +106,7 @@ then
ynh_script_progression --message="Upgrading source files..." ynh_script_progression --message="Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.config/default.yml" ynh_setup_source --dest_dir="$final_path" --keep=".config/default.yml"
fi fi
chmod 750 "$final_path" chmod 750 "$final_path"