From a4523275678b5ba4e33d631318d239b04984a497 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sat, 24 Jul 2021 19:18:22 +0200 Subject: [PATCH] Update: syncing_server_js to latest version --- conf/app_syncing-server-js.src | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app_syncing-server-js.src b/conf/app_syncing-server-js.src index bd62808..63191df 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.35.2.tar.gz -SOURCE_SUM=45a6f740872880d5144a020821d267b9712ea590d176f9a3a1b1ab655aaedce0 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.36.1.tar.gz +SOURCE_SUM=5FC8B36A6D8C63E2FAD6991C60CDDF227FCE71E70D4EB75F19109FACD4027951 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/scripts/_common.sh b/scripts/_common.sh index 7edce23..1bdb0bf 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" -syncing_server_js_version="1.35.2" +syncing_server_js_version="1.36.1" auth_version="1.11.1" api_gateway_version="1.20.0" extensions_version="2021.07.06"