diff --git a/README.md b/README.md index 203f25e..fe00fdf 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.1.1 +**Shipped version:** 1.1.2 ## Important points to read before installing diff --git a/conf/arm.src b/conf/arm.src index 62b5173..16b4ef7 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70233/artifacts/download -SOURCE_SUM=4fc234c0c214056d7e7c60a8583eaa9cbc366fd0d5465b6fb6431705b481ece8 +SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70196/artifacts/download +SOURCE_SUM=d15f37b672fd761b509cefc6bdc4e4faa74b9d94fb161917077b6055f62af881 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v1.1.1-arm.zip +SOURCE_FILENAME=pleroma-v1.1.2-arm.zip diff --git a/conf/arm64.src b/conf/arm64.src index 8893893..bd64de4 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70235/artifacts/download -SOURCE_SUM=b746915ac44293168d924817027b1dbcec75de2a8205d327c4c4c10c5e563065 +SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70198/artifacts/download +SOURCE_SUM=d7f51b25c932ebfe4f38332ad3a121d78a33f08aa330941d8ad0ae910fa93e18 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v1.1.1-arm64.zip +SOURCE_FILENAME=pleroma-v1.1.2-arm64.zip diff --git a/conf/x86-64.src b/conf/x86-64.src index d92313a..38b55c2 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70231/artifacts/download -SOURCE_SUM=091973bdaf99c11fd1a30984a3c9c906e5a3c3183f685f589d12290fdaa37a53 +SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70194/artifacts/download +SOURCE_SUM=25648bdfc31a7ab5167009c35c691d279b6b785fceb96f4fa3ee66831ef30cba SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=pleroma-v1.1.1-x86-64.zip +SOURCE_FILENAME=pleroma-v1.1.2-x86-64.zip diff --git a/manifest.json b/manifest.json index 67fbfe4..c34320c 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.1.1~ynh1", + "version": "1.1.2~ynh1", "url": "https://git.pleroma.social/pleroma/pleroma", "license": "AGPL-3.0-only", "maintainer": [ diff --git a/scripts/install b/scripts/install index 3d11420..7d44265 100755 --- a/scripts/install +++ b/scripts/install @@ -222,6 +222,7 @@ ynh_add_systemd_config chown -R "$app":"$app" "$final_path" pushd $final_path/$app + #ynh_replace_string --match_string="_dir" --replace_string="" --target_file="/var/www/pleroma/pleroma/releases/1.1.2-2-g59d447d5-release-1-1-2/releases.exs" su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl instance gen --force \ --output $config \ --output-psql /tmp/setup_db.psql \ @@ -234,7 +235,6 @@ pushd $final_path/$app --dbuser $db_user \ --dbpass $db_pwd \ --rum N \ - --db-configurable Y \ --indexable Y \ --uploads-dir $datadir/uploads \ --static-dir $datadir/static \