diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index d9d9426..ea27fa8 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -6,7 +6,7 @@ name: Check for new upstream releases on: # Allow to manually trigger the workflow workflow_dispatch: - # Run it every day at 6:00 UTC + # Run it every monday at 6:00 UTC schedule: - cron: '0 6 * * 1' jobs: diff --git a/README.md b/README.md index 0996ca8..f741cc8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in The Standard Notes syncing server. An end-to-end encrypted note-taking app. -**Shipped version:** 2021.10.29~ynh1 +**Shipped version:** 2021.11.08~ynh1 **Demo:** https://standardnotes.org/demo diff --git a/README_fr.md b/README_fr.md index 58cedc2..aac7761 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour -**Version incluse :** 2021.10.29~ynh1 +**Version incluse :** 2021.11.08~ynh1 **Démo :** https://standardnotes.org/demo diff --git a/conf/app_syncing-server-js.src b/conf/app_syncing-server-js.src index f2474cc..a155f02 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.42.6.tar.gz -SOURCE_SUM=4b7adcbffe4936e1676f21a4d42bf68a3299421429716b08dcbb545d3a047f37 +SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.42.7.tar.gz +SOURCE_SUM=b9a3b457a4c46b39101a278ee71f3714b90c56d598dec6605d8a33e41a6862de SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e103318..dfdaf2a 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": "2021.10.29~ynh1", + "version": "2021.11.08~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 c2238bb..fe7d3a7 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.42.6" +syncing_server_js_version="1.42.7" auth_version="1.24.2" api_gateway_version="1.26.1" extensions_version="2021.08.27"