From b5938201b76dc01ba7589d7ae011e996736abb96 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 1 Jul 2021 22:49:15 +0200 Subject: [PATCH] Upgrade to 0.13.1~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 4 ++++ conf/arm.src | 4 ++-- conf/arm64.src | 4 ++-- conf/x86-64.src | 4 ++-- manifest.json | 2 +- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7e8deca..91a7b5c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in For starting a minimalist, federated blog or an entire community. -**Shipped version:** 0.13.0~ynh1 +**Shipped version:** 0.13.1~ynh1 **Demo:** https://write.as/new diff --git a/README_fr.md b/README_fr.md index 609129a..ee4f956 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Permet de créer un blog fédéré minimaliste ou une communauté entière. -**Version incluse :** 0.13.0~ynh1 +**Version incluse :** 0.13.1~ynh1 **Démo :** https://write.as/new diff --git a/check_process b/check_process index fc147b0..cb0de5b 100644 --- a/check_process +++ b/check_process @@ -25,6 +25,8 @@ upgrade=1 from_commit=d75ccbc460b04ef95f3d8b1a72ee77fc7815c6a2 # 0.12.0~ynh6 upgrade=1 from_commit=b387e4186a02c387d734cf25f4fed9283c01d55f + # 0.13.0~ynh1 + upgrade=1 from_commit=06afb5c5a1896185eec6e63ffcb929f0216db2ec backup_restore=1 multi_instance=1 port_already_use=0 @@ -45,3 +47,5 @@ Notification=all name=0.12.0~ynh4 ; commit=b387e4186a02c387d734cf25f4fed9283c01d55f name=0.12.0~ynh6 + ; commit=06afb5c5a1896185eec6e63ffcb929f0216db2ec + name=0.13.0~ynh1 diff --git a/conf/arm.src b/conf/arm.src index 00a9df5..b3960b0 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.0/writefreely_0.13.0_linux_arm7.tar.gz -SOURCE_SUM=7e3e900c9cd135f912f12f2938a6987e19b2d5e63c7155a0ef4b272506dd86a3 +SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_arm7.tar.gz +SOURCE_SUM=598be91fefbe34b5988c2447a008d410385e12c173e66a26c20fcbad0aaebad0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 6c40749..e39e54f 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.0/writefreely_0.13.0_linux_arm64.tar.gz -SOURCE_SUM=ba1ad53b30c537059b8af29cbf3406b78efcc7bf10b8224bdcacdc1b56b9a1e1 +SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_arm64.tar.gz +SOURCE_SUM=2724144bbf35951dc50a6a179e6748dd0bd75c16abfb17a77eabfc22828df8b9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/x86-64.src b/conf/x86-64.src index d82e39c..6870f13 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.0/writefreely_0.13.0_linux_amd64.tar.gz -SOURCE_SUM=bb20ac62975f54214b22a6668796bb0ff90f857fa793c3f3fc0fc4794c5dcc82 +SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_amd64.tar.gz +SOURCE_SUM=8c84cc2f91bcc5327a4dd10f18c7947b299e7bafc2aa868a64bf3467e92d68a2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d3704cc..a0b2ef4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "For starting a minimalist, federated blog or an entire community.", "fr": "Permet de créer un blog fédéré minimaliste ou une communauté entière." }, - "version": "0.13.0~ynh1", + "version": "0.13.1~ynh1", "url": "https://writefreely.org", "upstream": { "license": "AGPL-3.0-or-later",