diff --git a/README.md b/README.md index e9ebead..0cb0a44 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place. -**Shipped version:** 2022.09.22~ynh1 +**Shipped version:** 2022.09.30~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/snserver_ynh/tree/master) used in the catalog is currently on version 2022.09.22\~ynh1.)* **Demo:** https://standardnotes.org/demo diff --git a/README_fr.md b/README_fr.md index 59a8fe7..a2b8f8d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Standard Notes est une application de prise de notes chiffrée de bout en bout pour les numériciens et les professionnels. Capturez vos notes, vos fichiers et le travail de votre vie en un seul endroit sécurisé. -**Version incluse :** 2022.09.22~ynh1 +**Version incluse :** 2022.09.30~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/snserver_ynh/tree/master) utilisée dans le catalogue est actuellement en 2022.09.22\~ynh1.)* **Démo :** https://standardnotes.org/demo diff --git a/conf/app.src b/conf/app.src index a14f225..61c8461 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/server/archive/e2cc0bc003f36da61f2b789d2967aab97f0d7240.tar.gz -SOURCE_SUM=50c93be5b8bc52d4cf42a0e3b79fa85b019758399bf2e9ba257d9a3fad3e47d7 +SOURCE_URL=https://github.com/standardnotes/server/archive/82c9637f3721fc366219069e0fa272a78fde7db1.tar.gz +SOURCE_SUM=b0781147d1a5c423a1722508dd418a359cb3fc9cfbc79314a7b620454ec41dcc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8024719..1874019 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app." }, - "version": "2022.09.22~ynh1", + "version": "2022.09.30~ynh1", "url": "https://github.com/standardnotes/standalone", "upstream": { "license": "AGPL-3.0-or-later",