diff --git a/conf/app_api-gateway.src b/conf/app_api-gateway.src index df7a43a..81e63d8 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.29.0.tar.gz -SOURCE_SUM=d9d420e2f7eef7bef5960d5e37eaa7ad994b2df49128e9b818d90ddfabdddc7b +SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.31.0.tar.gz +SOURCE_SUM=94c75b6d8f111c36639965c1ba4c3340a81578768e3e58096d0455bc7b1fb200 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 7bf98e7..5e7f191 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.32.15.tar.gz -SOURCE_SUM=6518ab6cb1790c4191cd5eb6d96df29513ab4a19c3bbab331f301f9de051ea9c +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.33.0.tar.gz +SOURCE_SUM=2f2b68e575f83e22e937ccef698980ad1e1d80895159ac48bb23ae86817bb2b0 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 c747b1c..43c1397 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.44.4.tar.gz -SOURCE_SUM=6a82033075bf82d40725c24b7ba9a02ee1b46a344c121bf7643695a7d783db55 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.45.1.tar.gz +SOURCE_SUM=3655a84f849a8066822ddb2994f894e4a43e4b9ad4402e1859a27cc6bec3cd4f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 3c94138..92d6cf6 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.01.10~ynh1", + "version": "2022.01.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 7fbf8ba..6845415 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.44.4" -auth_version="1.32.15" -api_gateway_version="1.29.0" +syncing_server_js_version="1.45.1" +auth_version="1.33.0" +api_gateway_version="1.31.0" extensions_version="2021.08.27" swap_needed=2048