From 0f8f57a74200c1308dd7abfb3d3ae95622b86f89 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 31 Mar 2021 10:24:57 +0200 Subject: [PATCH] Upgrade to 4.3.1 --- README.md | 4 ++-- README_fr.md | 4 ++-- check_process | 1 - conf/app.src | 6 +++--- manifest.json | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a5357ef..dfb1cd9 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview CryptPad is a collaborative encrypted document editor in real time. It is a privacy-friendly alternative to popular office tools and cloud services. All content stored in CryptPad is encrypted before being sent, which means that no one can access your data unless you give them the keys. You can share access to a document simply by sharing the link. -**Shipped version:** 4.3.0 +**Shipped version:** 4.3.1 ## Screenshots -![](https://github.com/xwiki-labs/cryptpad/raw/master/screenshot.png) +![](https://github.com/xwiki-labs/cryptpad/raw/main/screenshot.png) ## Demo diff --git a/README_fr.md b/README_fr.md index 45050d1..629bbc6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,11 +11,11 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble CryptPad est un éditeur de documents chiffrés collaboratifs en temps réel. C'est une alternative respectant la vie privée aux outils office et aux services cloud populaires. Tout le contenu stocké dans CryptPad est chiffré avant d'être envoyé, ce qui signifie que personne ne peut accéder à vos données à moins que vous ne leur donniez les clés. Vous pouvez partager l'accès à un document simplement en partageant le lien. -**Version incluse :** 4.3.0 +**Version incluse :** 4.3.1 ## Captures d'écran -![](https://github.com/xwiki-labs/cryptpad/raw/master/screenshot.png) +![](https://github.com/xwiki-labs/cryptpad/raw/main/screenshot.png) ## Démo diff --git a/check_process b/check_process index 2afd349..b2cbdf5 100644 --- a/check_process +++ b/check_process @@ -15,7 +15,6 @@ upgrade=1 from_commit=ddbb3b36b8bcd00e573456bd9ad07b1aa5e41cb1 backup_restore=1 multi_instance=0 - port_already_use=1 change_url=1 ;;; Options Email= diff --git a/conf/app.src b/conf/app.src index 0beb845..aaf723e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/4.3.0.tar.gz -SOURCE_SUM=aefa5853981b11853aad60439071fa9e3b5e5fd0642cb48adf7cd1e8133dc8f5 +SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/4.3.1.tar.gz +SOURCE_SUM=7d4d3652e911b5f78439c7b2deea48ad0df179a633dc4e9d229aeb0714c1a3d2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=cryptpad-4.3.0.tar.gz +SOURCE_FILENAME=cryptpad-4.3.1.tar.gz diff --git a/manifest.json b/manifest.json index ec3e855..af396a7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Zero Knowledge realtime collaborative editor", "fr": "Éditeur chiffré collaboratif en temps réel." }, - "version": "4.3.0~ynh1", + "version": "4.3.1~ynh1", "url": "https://cryptpad.fr/", "license": "AGPL-3.0-only", "maintainer": {