1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Upgrade to 2.4.2~ynh1

This commit is contained in:
yalh76 2022-01-13 21:03:11 +01:00
parent 71e6f0ab26
commit ced1493695
7 changed files with 16 additions and 12 deletions

View file

@ -22,7 +22,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
**Mastodon web front-end for Pleroma:** Add **/web** in front of your Pleroma domain, eg. pleroma.domain.tld/web **Mastodon web front-end for Pleroma:** Add **/web** in front of your Pleroma domain, eg. pleroma.domain.tld/web
**Shipped version:** 2.4.1~ynh1 **Shipped version:** 2.4.2~ynh1
**Demo:** http://distsn.org/pleroma-instances.html **Demo:** http://distsn.org/pleroma-instances.html

View file

@ -18,7 +18,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
**Mastodon web front-end for Pleroma:** Add **/web** in front of your Pleroma domain, eg. pleroma.domain.tld/web **Mastodon web front-end for Pleroma:** Add **/web** in front of your Pleroma domain, eg. pleroma.domain.tld/web
**Version incluse :** 2.4.1~ynh1 **Version incluse :** 2.4.2~ynh1
**Démo :** http://distsn.org/pleroma-instances.html **Démo :** http://distsn.org/pleroma-instances.html

View file

@ -28,6 +28,8 @@
# upgrade=1 from_commit=28ed2fd7ab7b5e55154991c990d8e780560a56db # upgrade=1 from_commit=28ed2fd7ab7b5e55154991c990d8e780560a56db
# 2.4.0~ynh1 # 2.4.0~ynh1
upgrade=1 from_commit=2c4a57afdc92a6428ccfea3ccb74c7e33dc9b9ff upgrade=1 from_commit=2c4a57afdc92a6428ccfea3ccb74c7e33dc9b9ff
# 2.4.1~ynh1
upgrade=1 from_commit=e6d9935af254018baf326281662c55407170694d
backup_restore=1 backup_restore=1
multi_instance=0 multi_instance=0
port_already_use=0 port_already_use=0
@ -48,3 +50,5 @@ Notification=yes
name=2.3.0~ynh3 name=2.3.0~ynh3
; commit=2c4a57afdc92a6428ccfea3ccb74c7e33dc9b9ff ; commit=2c4a57afdc92a6428ccfea3ccb74c7e33dc9b9ff
name=2.4.0~ynh1 name=2.4.0~ynh1
; commit=e6d9935af254018baf326281662c55407170694d
name=2.4.1~ynh1

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/195485/artifacts/download?file_type=archive SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/202821/artifacts/download?file_type=archive
SOURCE_SUM=70f4a57a6300ac2ff0564f5d7f60e1c062f9be25821a881bce0ef34167e5f340 SOURCE_SUM=fcb80c073379f8b1f3f7424c546bec1909fd5f7975ded7d596e581470af14a65
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=pleroma-v2.4.1-x86-64.zip SOURCE_FILENAME=pleroma-v2.4.2-x86-64.zip

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/195489/artifacts/download?file_type=archive SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/202825/artifacts/download?file_type=archive
SOURCE_SUM=953dc73b49c0f9d40967974f55a64dc8686dfad98a390c5ea7061796a04be1ca SOURCE_SUM=2dae9744caecb071c146de18d4c37f3bdb985afc85ba2df4509b5cc6cf0c27a2
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=pleroma-v2.4.1-arm64.zip SOURCE_FILENAME=pleroma-v2.4.2-arm64.zip

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/195487/artifacts/download?file_type=archive SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/202823/artifacts/download?file_type=archive
SOURCE_SUM=d3de305d8bfe0fd11a973aeeb58f1927fa70d87bfc16b31076e37b1ae98d3eb6 SOURCE_SUM=de4c7b05527c539ef933278bbccc746c8a72fc48d0b91d206c09b68d319be6bd
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=pleroma-v2.4.1-arm.zip SOURCE_FILENAME=pleroma-v2.4.2-arm.zip

View file

@ -6,7 +6,7 @@
"en": "A free, federated social networking server built on open protocols.", "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." "fr": "Un serveur de réseautage social fédéré et gratuit basé sur des protocoles ouverts."
}, },
"version": "2.4.1~ynh1", "version": "2.4.2~ynh1",
"url": "https://pleroma.social/", "url": "https://pleroma.social/",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",