diff --git a/README.md b/README.md index f2305c0..969bf58 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.02~ynh1 +**Shipped version:** 2022.09.09~ynh1 **Demo:** https://standardnotes.org/demo diff --git a/README_fr.md b/README_fr.md index fac381e..fa33cb5 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.02~ynh1 +**Version incluse :** 2022.09.09~ynh1 **Démo :** https://standardnotes.org/demo diff --git a/conf/app.src b/conf/app.src index 2bfa779..6a08103 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/server/archive/9e2aea2793ed274fb0d36a4e09197f0c0b208d4f.tar.gz -SOURCE_SUM=69aa8537580421d2e457768485e95aa23342c1684a196faeee752624c4a0e56a +SOURCE_URL=https://github.com/standardnotes/server/archive/8070c701526e68215d255fc1efc5f5baf3a68de7.tar.gz +SOURCE_SUM=d3727bbd99d30c67a604e574d1fa09c7de2d5a3a37d438fb4eecbef2b226b0ed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bed4933..b740728 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.02~ynh1", + "version": "2022.09.09~ynh1", "url": "https://github.com/standardnotes/standalone", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index af26750..bdeaa61 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ nodejs_version=16.13.1 swap_needed=4096 -node_max_old_space_size=4096 +node_max_old_space_size=6144 # dependencies used by the app (must be on a single line) pkg_dependencies=""