mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Upgrade to 2.2.2
This commit is contained in:
parent
a7d4728176
commit
f2fe6118f3
6 changed files with 15 additions and 11 deletions
|
@ -23,7 +23,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
|
|||
- Tootdon (Android + iOS)
|
||||
- Tootle (iOS)
|
||||
|
||||
**Shipped version:** 2.2.0
|
||||
**Shipped version:** 2.2.2
|
||||
|
||||
## Important points to read before installing
|
||||
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
upgrade=1 from_commit=e13745923a2e06e780e7b9d34ae084f600a9a2a2
|
||||
# 2.1.2~ynh1
|
||||
upgrade=1 from_commit=ade89203b611fd178bc9d1cf35804bc08ea3a78b
|
||||
# 2.2.0~ynh1
|
||||
upgrade=1 from_commit=059ddc457aabe6962f5960612ed2dc1db53daeeb
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||
|
@ -86,3 +88,5 @@ Notification=yes
|
|||
name=2.0.7~ynh1
|
||||
; commit=ade89203b611fd178bc9d1cf35804bc08ea3a78b
|
||||
name=2.1.2~ynh1
|
||||
; commit=059ddc457aabe6962f5960612ed2dc1db53daeeb
|
||||
name=2.2.0~ynh1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/165405/artifacts/download
|
||||
SOURCE_SUM=1c03dac583605ff8d2d52c93f21b9a70088c0c4ba3c4b2a36b27ea5c54d8e0a4
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/175286/artifacts/download
|
||||
SOURCE_SUM=d0fe56fa2686e1e19ef340077668df898a4c9c4fa8a4a2ff25e62c33825f7df3
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v2.2.0-arm.zip
|
||||
SOURCE_FILENAME=pleroma-v2.2.2-arm.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/165407/artifacts/download
|
||||
SOURCE_SUM=2bcb5836d12f46698640039b57d1b9b8917e0c59d273be2d3e2057e5ede84ef9
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/175288/artifacts/download
|
||||
SOURCE_SUM=dc6a210759f099219528a1d2df111110d4fbcf267d7216668f34608e7fb9f380
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v2.2.0-arm64.zip
|
||||
SOURCE_FILENAME=pleroma-v2.2.2-arm64.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/165403/artifacts/download
|
||||
SOURCE_SUM=4949fb048425e4098094583e7a7cf20403fab8a9edd42d0029e99be8604ba0af
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/175284/artifacts/download
|
||||
SOURCE_SUM=356ac1c3a1b6253934afa298166344fe73f364669cfb44447d3126f51e01d4b0
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v2.2.0-x86-64.zip
|
||||
SOURCE_FILENAME=pleroma-v2.2.2-x86-64.zip
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A free, federated social networking server built on open protocols.",
|
||||
"fr": "Un serveur de réseautage social fédéré et gratuit basé sur des protocoles ouverts."
|
||||
},
|
||||
"version": "2.2.0~ynh1",
|
||||
"version": "2.2.2~ynh1",
|
||||
"url": "https://git.pleroma.social/pleroma/pleroma",
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue