From 31ac0cecbf7af2288e9043e6455a395016114a38 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Jun 2022 06:13:42 +0000 Subject: [PATCH] Upgrade to 2022.06.20 --- 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 f0477ab..89fce46 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.37.0.tar.gz -SOURCE_SUM=452de0f3a3bb40f57819e0134ce9fd7071add35fc0216db724e2e05663fa3a3a +SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.40.1.tar.gz +SOURCE_SUM=8060b89d51532c850730467223f83cb90fc4d53135d7b8b0974045c179dfa1f6 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 5e74de2..0fdc48f 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.43.0.tar.gz -SOURCE_SUM=913337c4bfe999c8ef9dc6eb257a8377cf6ebf7b6a24773feb3d585187a125d3 +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.46.2.tar.gz +SOURCE_SUM=e5c6b9fc767cd94f8326ba7012278f7520b0d8aab283484ef4f3e776a3d995f6 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 3036289..2fe6bf8 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.52.0.tar.gz -SOURCE_SUM=3e610eb98c52eb270b2086409418fb3f7cabfb0f78166b2a1a9aa39cd80b421a +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.54.1.tar.gz +SOURCE_SUM=29141efba82b8085907745827a9606e2dc6f0f192a3c1c45535f3fa88d9aa568 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c419eee..612bba9 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.04.25~ynh1", + "version": "2022.06.20~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 f089be0..6d87bb1 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.52.0" -auth_version="1.43.0" -api_gateway_version="1.37.0" +syncing_server_js_version="1.54.1" +auth_version="1.46.2" +api_gateway_version="1.40.1" extensions_version="2021.08.27" swap_needed=2048