mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Merge pull request #70 from YunoHost-Apps/ci-auto-update-2022.04.25
Upgrade to 2022.04.25
This commit is contained in:
commit
134282c033
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.02.21~ynh1
|
||||
**Shipped version:** 2022.04.25~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.02.21~ynh1
|
||||
**Version incluse :** 2022.04.25~ynh1
|
||||
|
||||
**Démo :** https://standardnotes.org/demo
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.33.0.tar.gz
|
||||
SOURCE_SUM=5b2694f140b466e06ce89139d95c0307fcb99fc110b5e82e0434032ddf74ab7e
|
||||
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.37.0.tar.gz
|
||||
SOURCE_SUM=452de0f3a3bb40f57819e0134ce9fd7071add35fc0216db724e2e05663fa3a3a
|
||||
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.38.0.tar.gz
|
||||
SOURCE_SUM=a18d9aa6a8f0f0c41cec84fa9f36ea97e6885d3e256fea7edd0448fc1a1273d9
|
||||
SOURCE_URL=https://github.com/standardnotes/auth/archive/1.43.0.tar.gz
|
||||
SOURCE_SUM=913337c4bfe999c8ef9dc6eb257a8377cf6ebf7b6a24773feb3d585187a125d3
|
||||
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.46.1.tar.gz
|
||||
SOURCE_SUM=8ff8d10553b5f200dd66e1f898c7822ccb3e635015ddd71ae9c00dd72f58e28a
|
||||
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.52.0.tar.gz
|
||||
SOURCE_SUM=3e610eb98c52eb270b2086409418fb3f7cabfb0f78166b2a1a9aa39cd80b421a
|
||||
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.02.21~ynh1",
|
||||
"version": "2022.04.25~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.46.1"
|
||||
auth_version="1.38.0"
|
||||
api_gateway_version="1.33.0"
|
||||
syncing_server_js_version="1.52.0"
|
||||
auth_version="1.43.0"
|
||||
api_gateway_version="1.37.0"
|
||||
extensions_version="2021.08.27"
|
||||
|
||||
swap_needed=2048
|
||||
|
|
Loading…
Reference in a new issue