From 667f384496e38d960d181540ec902506cfa0d233 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 20 Apr 2021 11:46:56 +0200 Subject: [PATCH] Upgrade to 4.4.0 --- README.md | 2 +- README_fr.md | 2 +- check_process | 4 ++++ conf/app.src | 6 +++--- manifest.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4882724..5b60919 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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.1 +**Shipped version:** 4.4.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5717ef3..901af89 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ 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.1 +**Version incluse :** 4.4.0 ## Captures d'écran diff --git a/check_process b/check_process index 7e0215d..dad6daa 100644 --- a/check_process +++ b/check_process @@ -20,6 +20,8 @@ upgrade=1 from_commit=b0dd9be98e3cfedec24d3910058682b36e3fedda #4.2.0 upgrade=1 from_commit=63f434a721fdea008ff5171b18131afa8d47c140 + #4.3.1 + upgrade=1 from_commit=03c56e25d8e5ce4312bd0b9bd6bd37469f396a22 backup_restore=1 multi_instance=0 change_url=1 @@ -35,5 +37,7 @@ Notification=none name=update to 4.1.0 ; commit=63f434a721fdea008ff5171b18131afa8d47c140 name=update to 4.2.0 + ; commit=03c56e25d8e5ce4312bd0b9bd6bd37469f396a22 + name=update to 4.3.1 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index aaf723e..e3599f5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/4.3.1.tar.gz -SOURCE_SUM=7d4d3652e911b5f78439c7b2deea48ad0df179a633dc4e9d229aeb0714c1a3d2 +SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/4.4.0.tar.gz +SOURCE_SUM=9ce0feccee6975eb853f109607a88d60fb97c315017aa2c568416e6b313a79bd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=cryptpad-4.3.1.tar.gz +SOURCE_FILENAME=cryptpad-4.4.0.tar.gz diff --git a/manifest.json b/manifest.json index af396a7..b7906a6 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.1~ynh1", + "version": "4.4.0~ynh1", "url": "https://cryptpad.fr/", "license": "AGPL-3.0-only", "maintainer": {