mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Upgrade to 2.0.7~ynh1
This commit is contained in:
parent
541fdc1982
commit
7d351e93b2
6 changed files with 15 additions and 11 deletions
|
@ -25,7 +25,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
|
|||
- Tootdon (Android + iOS)
|
||||
- Tootle (iOS)
|
||||
|
||||
**Shipped version:** 2.0.5
|
||||
**Shipped version:** 2.0.7
|
||||
|
||||
## Important points to read before installing
|
||||
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
upgrade=1 from_commit=251a08383f59be006803fd12013baa92b03c1ef7
|
||||
# 2.0.5~ynh1
|
||||
upgrade=1 from_commit=06f0005707e77fae566fedbd6e5e37f390df5173
|
||||
# 2.0.5~ynh2
|
||||
upgrade=1 from_commit=30696599937984e9879da22220253f005e290cd0
|
||||
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.
|
||||
|
@ -74,3 +76,5 @@ Notification=yes
|
|||
name=2.0.2~ynh2
|
||||
; commit=06f0005707e77fae566fedbd6e5e37f390df5173
|
||||
name=2.0.5~ynh1
|
||||
; commit=30696599937984e9879da22220253f005e290cd0
|
||||
name=2.0.5~ynh2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/116116/artifacts/download
|
||||
SOURCE_SUM=e736a37744aa42760e3c3db64208461854d6ce1224625e8dc9c0c3482a222a35
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/126024/artifacts/download
|
||||
SOURCE_SUM=765faec1323d25d399ce3b34030dfccedb1d0f55a54e14e6d6dfdc7812df65f0
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v2.0.5-arm.zip
|
||||
SOURCE_FILENAME=pleroma-v2.0.7-arm.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/116118/artifacts/download
|
||||
SOURCE_SUM=99834c52f5baed56b4ca8c821b6d39b965d41b6ae7572c2a483f659fa3e99947
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/126026/artifacts/download
|
||||
SOURCE_SUM=cefb340415978a3379564ec93f9c168c3c60bcc73032970e5a5a3dc490b4e712
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v2.0.5-arm64.zip
|
||||
SOURCE_FILENAME=pleroma-v2.0.7-arm64.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/116114/artifacts/download
|
||||
SOURCE_SUM=4a285a240c305e311fbd5834d37af1697ce2779b98c6058e94fa1d9a623d2569
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/126022/artifacts/download
|
||||
SOURCE_SUM=5698798b4c38e05ca273381265dfe3988ed96344a52b2d1418c65ccf3f1dfed5
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v2.0.5-x86-64.zip
|
||||
SOURCE_FILENAME=pleroma-v2.0.7-x86-64.zip
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon",
|
||||
"fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon"
|
||||
},
|
||||
"version": "2.0.5~ynh2",
|
||||
"version": "2.0.7~ynh1",
|
||||
"url": "https://git.pleroma.social/pleroma/pleroma",
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue