From 4bd4c73a5aa82434bfddcbe78d32f3d5ef1d8c3a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 18 Oct 2019 23:30:37 +0200 Subject: [PATCH] upgrade to 1.1.0 --- README.md | 2 +- conf/arm.src | 6 +++--- conf/arm64.src | 6 +++--- conf/x86-64.src | 6 +++--- manifest.json | 2 +- scripts/install | 3 ++- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1e60712..203f25e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post - Tootdon (Android + iOS) - Tootle (iOS) -**Shipped version:** 1.0.91 +**Shipped version:** 1.1.1 ## Important points to read before installing diff --git a/conf/arm.src b/conf/arm.src index e8a6160..1ef05b2 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/67457/artifacts/download -SOURCE_SUM=d03710cc5ffa64e0e648bf303f91cdf70b354be1bc09311d17692b3eeb2adc53 +SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/69896/artifacts/download +SOURCE_SUM=4350d3e22525c1d3a31180bbcfee69c38832b883e121eae5781f3b863c11725b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v1.0.91.zip +SOURCE_FILENAME=pleroma-v1.1.1-arm.zip diff --git a/conf/arm64.src b/conf/arm64.src index 39bdff0..06324e5 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/67459/artifacts/download -SOURCE_SUM=717d4e493f0ebd247cd98f9ee9ec62e687a1bf487afd0f2054ba9ed97179c770 +SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/69898/artifacts/download +SOURCE_SUM=705ef794a52e4d341c0395d5747d41203a80731f785572c9cca3bd7ac3dffcb0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v1.0.91.zip +SOURCE_FILENAME=pleroma-v1.1.1-arm64.zip diff --git a/conf/x86-64.src b/conf/x86-64.src index 5f13fa1..4daece1 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/67455/artifacts/download -SOURCE_SUM=6608472d98f0db6fba9cbb8ed1760bf4f81ff29940cf16f4c93ff831b091205c +SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/69894/artifacts/download +SOURCE_SUM=e4e46ddd6b627afe4ebf38625c24ea25f8f29afeffd85efcca1f48a38ec60241 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v1.0.91.zip +SOURCE_FILENAME=pleroma-v1.1.1-x86-64.zip diff --git a/manifest.json b/manifest.json index 6824c1d..67fbfe4 100755 --- a/manifest.json +++ b/manifest.json @@ -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": "1.0.91~ynh1", + "version": "1.1.1~ynh1", "url": "https://git.pleroma.social/pleroma/pleroma", "license": "AGPL-3.0-only", "maintainer": [ diff --git a/scripts/install b/scripts/install index b2dd0d4..5f266ac 100755 --- a/scripts/install +++ b/scripts/install @@ -222,7 +222,8 @@ ynh_add_systemd_config chown -R "$app":"$app" "$final_path" pushd $final_path/$app - ynh_replace_string --match_string="static_dir" --replace_string="static" --target_file="$final_path/$app/releases/1.0.91-2-gac113f67-maint-1-1/releases.exs" + #ynh_replace_string --match_string="static_dir" --replace_string="static" --target_file="$final_path/$app/releases/1.1.1/releases.exs" + ynh_replace_string --match_string="shift" --replace_string="" --target_file="$final_path/$app/releases/1.1.1/releases.exs" su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl instance gen --force \ --output $config \ --output-psql /tmp/setup_db.psql \