mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Upgrade to 2021.11.22
This commit is contained in:
parent
36aee2c943
commit
ab41b45af7
5 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.26.1.tar.gz
|
||||
SOURCE_SUM=3fe3ea593dc1feca708c35786bf140f8445d964a4503145d0aa268bf0091a337
|
||||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.27.0.tar.gz
|
||||
SOURCE_SUM=841e34d55f63c9ed7acfed60e5121248b2a5590eeadc65ab8a268306acf86366
|
||||
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.24.2.tar.gz
|
||||
SOURCE_SUM=8a38eb876a2b8c4b65309c7dd94df71817d8267e86377618a76964561ed7a45c
|
||||
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.29.0.tar.gz
|
||||
SOURCE_SUM=3968d20f309292f8d0cc92f9eb648199945345789812ccce5594ade1267f24bf
|
||||
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.42.7.tar.gz
|
||||
SOURCE_SUM=b9a3b457a4c46b39101a278ee71f3714b90c56d598dec6605d8a33e41a6862de
|
||||
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.42.9.tar.gz
|
||||
SOURCE_SUM=709630a56e54abe6c356e1fb745def9ddefab255486f4bc3cb0473a73fe4ea90
|
||||
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": "2021.11.08~ynh1",
|
||||
"version": "2021.11.22~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="15.11.0"
|
||||
|
||||
syncing_server_js_version="1.42.7"
|
||||
auth_version="1.24.2"
|
||||
api_gateway_version="1.26.1"
|
||||
syncing_server_js_version="1.42.9"
|
||||
auth_version="1.29.0"
|
||||
api_gateway_version="1.27.0"
|
||||
extensions_version="2021.08.27"
|
||||
|
||||
swap_needed=2048
|
||||
|
|
Loading…
Reference in a new issue