From d8700ea1108f8d7a344a010ff126748d611ac926 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 10 Oct 2021 15:44:34 +0000 Subject: [PATCH] Upgrade to 2021.10.10 --- conf/app_api-gateway.src | 4 ++-- conf/app_auth.src | 4 ++-- conf/app_syncing-server-js.src | 4 ++-- manifest.json | 6 +++--- scripts/_common.sh | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/conf/app_api-gateway.src b/conf/app_api-gateway.src index 2605514..f3d2353 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.25.0.tar.gz -SOURCE_SUM=B83FF5C2C642070F7A06DD77B657935C3EBCCF8E287F9BD7A6C4069E7106E47B +SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.25.1.tar.gz +SOURCE_SUM=fa9095331e5a0eb18e4d91812697d680b6b175c661b47261bb37f48d7677b42c 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 1862f11..0de7a57 100644 --- a/conf/app_auth.src +++ b/conf/app_auth.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/auth/archive/1.19.1.tar.gz -SOURCE_SUM=A25F9B57E6D03725C739A41891D85224CC1218534DAA3F2213803703FE8A7D67 +SOURCE_URL=https://github.com/standardnotes/auth/archive/1.22.1.tar.gz +SOURCE_SUM=c1a56542498a830e772cc3db4d2e85ec66965b972a00af13c822cec65313acc7 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 8d5ee9e..17dab18 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.39.0.tar.gz -SOURCE_SUM=4B320DE63D388356B2B5576784FA2F8A49D0C44419FF73495C9997CC92F7E294 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.42.1.tar.gz +SOURCE_SUM=f5816e3f14acc52b78720e568417409cd8d1468b4c566a0b1117b861f0e036ed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 639065a..629fc81 100644 --- a/manifest.json +++ b/manifest.json @@ -5,9 +5,9 @@ "description": { "en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app." }, - "version": "2021.09.09~ynh1", + "version": "2021.10.10~ynh1", "url": "https://github.com/standardnotes/standalone", - "upstream": { + "upstream": { "license": "AGPL-3.0-or-later", "website": "https://standardnotes.org/", "demo": "https://standardnotes.org/demo", @@ -29,7 +29,7 @@ "mysql" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" diff --git a/scripts/_common.sh b/scripts/_common.sh index e675e4b..ec50cd0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,9 +6,9 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" -syncing_server_js_version="1.39.0" -auth_version="1.19.1" -api_gateway_version="1.25.0" +syncing_server_js_version="1.42.1" +auth_version="1.22.1" +api_gateway_version="1.25.1" extensions_version="2021.08.27" swap_needed=2048