mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Upgrade to 2022.01.10
This commit is contained in:
parent
5e61474777
commit
12cc1afe93
5 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.28.2.tar.gz
|
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.29.0.tar.gz
|
||||||
SOURCE_SUM=86a0eb78a6f0e4622068fd4cb2cbbbcbe13403055bc8d6b1406cd34cccb8435f
|
SOURCE_SUM=d9d420e2f7eef7bef5960d5e37eaa7ad994b2df49128e9b818d90ddfabdddc7b
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.32.3.tar.gz
|
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.32.15.tar.gz
|
||||||
SOURCE_SUM=aef19dc831813884bee597debad6224cf6a391f191e8782403f90812120b8162
|
SOURCE_SUM=6518ab6cb1790c4191cd5eb6d96df29513ab4a19c3bbab331f301f9de051ea9c
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.44.0.tar.gz
|
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.44.4.tar.gz
|
||||||
SOURCE_SUM=ba08400fa72a26fcffbcc63a72959b4201f004418d8072c792553c878dab3b24
|
SOURCE_SUM=6a82033075bf82d40725c24b7ba9a02ee1b46a344c121bf7643695a7d783db55
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
||||||
},
|
},
|
||||||
"version": "2021.12.17~ynh1",
|
"version": "2022.01.10~ynh1",
|
||||||
"url": "https://github.com/standardnotes/standalone",
|
"url": "https://github.com/standardnotes/standalone",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
RUBY_VERSION="2.7.3"
|
RUBY_VERSION="2.7.3"
|
||||||
NODEJS_VERSION="16"
|
NODEJS_VERSION="16"
|
||||||
|
|
||||||
syncing_server_js_version="1.44.0"
|
syncing_server_js_version="1.44.4"
|
||||||
auth_version="1.32.3"
|
auth_version="1.32.15"
|
||||||
api_gateway_version="1.28.2"
|
api_gateway_version="1.29.0"
|
||||||
extensions_version="2021.08.27"
|
extensions_version="2021.08.27"
|
||||||
|
|
||||||
swap_needed=2048
|
swap_needed=2048
|
||||||
|
|
Loading…
Reference in a new issue