mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
commit
2b94368d53
7 changed files with 12 additions and 12 deletions
|
@ -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:** 2022.01.10~ynh1
|
||||
**Shipped version:** 2022.01.17~ynh1
|
||||
|
||||
**Demo:** https://standardnotes.org/demo
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
|
||||
|
||||
**Version incluse :** 2022.01.10~ynh1
|
||||
**Version incluse :** 2022.01.17~ynh1
|
||||
|
||||
**Démo :** https://standardnotes.org/demo
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.29.0.tar.gz
|
||||
SOURCE_SUM=d9d420e2f7eef7bef5960d5e37eaa7ad994b2df49128e9b818d90ddfabdddc7b
|
||||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.31.0.tar.gz
|
||||
SOURCE_SUM=94c75b6d8f111c36639965c1ba4c3340a81578768e3e58096d0455bc7b1fb200
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.32.15.tar.gz
|
||||
SOURCE_SUM=6518ab6cb1790c4191cd5eb6d96df29513ab4a19c3bbab331f301f9de051ea9c
|
||||
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.33.0.tar.gz
|
||||
SOURCE_SUM=2f2b68e575f83e22e937ccef698980ad1e1d80895159ac48bb23ae86817bb2b0
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.44.4.tar.gz
|
||||
SOURCE_SUM=6a82033075bf82d40725c24b7ba9a02ee1b46a344c121bf7643695a7d783db55
|
||||
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.45.1.tar.gz
|
||||
SOURCE_SUM=3655a84f849a8066822ddb2994f894e4a43e4b9ad4402e1859a27cc6bec3cd4f
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
||||
},
|
||||
"version": "2022.01.10~ynh1",
|
||||
"version": "2022.01.17~ynh1",
|
||||
"url": "https://github.com/standardnotes/standalone",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
RUBY_VERSION="2.7.3"
|
||||
NODEJS_VERSION="16"
|
||||
|
||||
syncing_server_js_version="1.44.4"
|
||||
auth_version="1.32.15"
|
||||
api_gateway_version="1.29.0"
|
||||
syncing_server_js_version="1.45.1"
|
||||
auth_version="1.33.0"
|
||||
api_gateway_version="1.31.0"
|
||||
extensions_version="2021.08.27"
|
||||
|
||||
swap_needed=2048
|
||||
|
|
Loading…
Reference in a new issue