From 4dd1e4765bef44146c679b5d5a3f5957ec74db35 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Aug 2022 06:27:18 +0000 Subject: [PATCH] Upgrade to 2022.08.01 --- 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 89fce46..de9d8ae 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.40.1.tar.gz -SOURCE_SUM=8060b89d51532c850730467223f83cb90fc4d53135d7b8b0974045c179dfa1f6 +SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/.tar.gz +SOURCE_SUM=0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5 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 0fdc48f..f81e14e 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.46.2.tar.gz -SOURCE_SUM=e5c6b9fc767cd94f8326ba7012278f7520b0d8aab283484ef4f3e776a3d995f6 +SOURCE_URL=https://github.com/standardnotes/auth/archive/.tar.gz +SOURCE_SUM=0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5 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 2fe6bf8..c537e6d 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.54.1.tar.gz -SOURCE_SUM=29141efba82b8085907745827a9606e2dc6f0f192a3c1c45535f3fa88d9aa568 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/.tar.gz +SOURCE_SUM=0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 612bba9..74c2236 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.06.20~ynh1", + "version": "2022.08.01~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 6d87bb1..c1c2812 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.54.1" -auth_version="1.46.2" -api_gateway_version="1.40.1" +syncing_server_js_version="" +auth_version="" +api_gateway_version="" extensions_version="2021.08.27" swap_needed=2048