From 9a77d8ccebb00f60106d3633ccca8ea970f35de0 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sat, 24 Jul 2021 19:23:21 +0200 Subject: [PATCH] Update: auth to latest version --- conf/app_auth.src | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app_auth.src b/conf/app_auth.src index da66c4b..38d6b65 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.11.1.tar.gz -SOURCE_SUM=99ded0f0dfe65b1e98c332e149a52a11e2523e249ea3a0f6aa30bf3e3b55e9f6 +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.13.2.tar.gz +SOURCE_SUM=ABFC20349D04A68B86226B6D479D2085D4224138CD2CA6E78A9A81F3D00A51B5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/scripts/_common.sh b/scripts/_common.sh index 1bdb0bf..fbf550c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" syncing_server_js_version="1.36.1" -auth_version="1.11.1" +auth_version="1.13.2" api_gateway_version="1.20.0" extensions_version="2021.07.06"