From 12cc1afe9321566039095a6c66bdac561ea9a924 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 10 Jan 2022 06:12:14 +0000 Subject: [PATCH] Upgrade to 2022.01.10 --- conf/app_api-gateway.src | 4 ++-- conf/app_auth.src | 4 ++-- conf/app_syncing-server-js.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/conf/app_api-gateway.src b/conf/app_api-gateway.src index bd4a006..df7a43a 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.28.2.tar.gz -SOURCE_SUM=86a0eb78a6f0e4622068fd4cb2cbbbcbe13403055bc8d6b1406cd34cccb8435f +SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.29.0.tar.gz +SOURCE_SUM=d9d420e2f7eef7bef5960d5e37eaa7ad994b2df49128e9b818d90ddfabdddc7b 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 3d258ec..7bf98e7 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.3.tar.gz -SOURCE_SUM=aef19dc831813884bee597debad6224cf6a391f191e8782403f90812120b8162 +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.32.15.tar.gz +SOURCE_SUM=6518ab6cb1790c4191cd5eb6d96df29513ab4a19c3bbab331f301f9de051ea9c 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 b833096..c747b1c 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.0.tar.gz -SOURCE_SUM=ba08400fa72a26fcffbcc63a72959b4201f004418d8072c792553c878dab3b24 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.44.4.tar.gz +SOURCE_SUM=6a82033075bf82d40725c24b7ba9a02ee1b46a344c121bf7643695a7d783db55 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 60115c8..3c94138 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.12.17~ynh1", + "version": "2022.01.10~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 16c2c3b..7fbf8ba 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.0" -auth_version="1.32.3" -api_gateway_version="1.28.2" +syncing_server_js_version="1.44.4" +auth_version="1.32.15" +api_gateway_version="1.29.0" extensions_version="2021.08.27" swap_needed=2048