mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
commit
399b3da8af
6 changed files with 7 additions and 7 deletions
2
.github/workflows/updater.yml
vendored
2
.github/workflows/updater.yml
vendored
|
@ -6,7 +6,7 @@ name: Check for new upstream releases
|
||||||
on:
|
on:
|
||||||
# Allow to manually trigger the workflow
|
# Allow to manually trigger the workflow
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Run it every day at 6:00 UTC
|
# Run it every monday at 6:00 UTC
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * 1'
|
- cron: '0 6 * * 1'
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -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.
|
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
|
**Demo:** https://standardnotes.org/demo
|
||||||
|
|
||||||
|
|
|
@ -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
|
**Démo :** https://standardnotes.org/demo
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.42.6.tar.gz
|
SOURCE_URL=https://github.com/standardnotes/syncing-server-js/archive/1.42.7.tar.gz
|
||||||
SOURCE_SUM=4b7adcbffe4936e1676f21a4d42bf68a3299421429716b08dcbb545d3a047f37
|
SOURCE_SUM=b9a3b457a4c46b39101a278ee71f3714b90c56d598dec6605d8a33e41a6862de
|
||||||
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.10.29~ynh1",
|
"version": "2021.11.08~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,7 +6,7 @@
|
||||||
RUBY_VERSION="2.7.3"
|
RUBY_VERSION="2.7.3"
|
||||||
NODEJS_VERSION="15.11.0"
|
NODEJS_VERSION="15.11.0"
|
||||||
|
|
||||||
syncing_server_js_version="1.42.6"
|
syncing_server_js_version="1.42.7"
|
||||||
auth_version="1.24.2"
|
auth_version="1.24.2"
|
||||||
api_gateway_version="1.26.1"
|
api_gateway_version="1.26.1"
|
||||||
extensions_version="2021.08.27"
|
extensions_version="2021.08.27"
|
||||||
|
|
Loading…
Add table
Reference in a new issue