diff --git a/README.md b/README.md index 5bc3070..dde57d8 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 The Standard Notes syncing server. An end-to-end encrypted note-taking app. -**Shipped version:** 2021.11.22~ynh1 +**Shipped version:** 2021.12.17~ynh1 **Demo:** https://standardnotes.org/demo diff --git a/README_fr.md b/README_fr.md index 7c6035f..80d9a52 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 -**Version incluse :** 2021.11.22~ynh1 +**Version incluse :** 2021.12.17~ynh1 **Démo :** https://standardnotes.org/demo diff --git a/conf/app_api-gateway.src b/conf/app_api-gateway.src index 5449c98..bd4a006 100644 --- a/conf/app_api-gateway.src +++ b/conf/app_api-gateway.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.27.0.tar.gz -SOURCE_SUM=841e34d55f63c9ed7acfed60e5121248b2a5590eeadc65ab8a268306acf86366 +SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.28.2.tar.gz +SOURCE_SUM=86a0eb78a6f0e4622068fd4cb2cbbbcbe13403055bc8d6b1406cd34cccb8435f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app_auth.src b/conf/app_auth.src index dcd860d..3d258ec 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.29.0.tar.gz -SOURCE_SUM=3968d20f309292f8d0cc92f9eb648199945345789812ccce5594ade1267f24bf +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.32.3.tar.gz +SOURCE_SUM=aef19dc831813884bee597debad6224cf6a391f191e8782403f90812120b8162 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/app_syncing-server-js.src b/conf/app_syncing-server-js.src index 6af3de6..b833096 100644 --- a/conf/app_syncing-server-js.src +++ b/conf/app_syncing-server-js.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.42.9.tar.gz -SOURCE_SUM=709630a56e54abe6c356e1fb745def9ddefab255486f4bc3cb0473a73fe4ea90 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.44.0.tar.gz +SOURCE_SUM=ba08400fa72a26fcffbcc63a72959b4201f004418d8072c792553c878dab3b24 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 38aeaff..60115c8 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": "2021.11.22~ynh1", + "version": "2021.12.17~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 30b5a4a..16c2c3b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,9 +6,9 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="16" -syncing_server_js_version="1.42.9" -auth_version="1.29.0" -api_gateway_version="1.27.0" +syncing_server_js_version="1.44.0" +auth_version="1.32.3" +api_gateway_version="1.28.2" extensions_version="2021.08.27" swap_needed=2048