From 84d54217c64617513b5214fd3774346e9a251bf0 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Wed, 1 Sep 2021 19:56:20 +0200 Subject: [PATCH] Update: syncing-server-js & auth to latest version --- conf/app_auth.src | 4 ++-- conf/app_syncing-server-js.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/app_auth.src b/conf/app_auth.src index 12bdebb..dafdbbc 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.17.1.tar.gz -SOURCE_SUM=BEFE3AF6B65D2A4808711FE5ED96DE62E2CB35950EF7AC5C346881D25D929A9B +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.17.4.tar.gz +SOURCE_SUM=a9d8a8db89c16b2f251d85135a70c2eee9d9b7c228be8a0322a9dd68acbce8b4 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 3d0a573..0768ebb 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.38.2.tar.gz -SOURCE_SUM=F5DAEE3026D15F332874C3C45422BBCD30B136FC6EA8A5A2CA0C6E21C029F186 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.38.9.tar.gz +SOURCE_SUM=80f3d3386457328ce2ed51ba0f41f859f9ba3fe65cf0ac0bb36d6116f16872c6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 7b0f440..834db58 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.08.27~ynh1", + "version": "2021.08.30~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 823d324..1ce0d10 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,8 +6,8 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" -syncing_server_js_version="1.38.2" -auth_version="1.17.1" +syncing_server_js_version="1.38.9" +auth_version="1.17.4" api_gateway_version="1.24.0" extensions_version="2021.08.27"