1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Merge pull request #94 from YunoHost-Apps/testing

2022.09.22~ynh1
This commit is contained in:
Fabian Wilkens 2022-09-28 23:02:23 +02:00 committed by GitHub
commit 6412ea84a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and lifes work all in one secure place. Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and lifes work all in one secure place.
**Shipped version:** 2022.09.16~ynh1 **Shipped version:** 2022.09.22~ynh1
**Demo:** https://standardnotes.org/demo **Demo:** https://standardnotes.org/demo

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Standard Notes est une application de prise de notes chiffrée de bout en bout pour les numériciens et les professionnels. Capturez vos notes, vos fichiers et le travail de votre vie en un seul endroit sécurisé. Standard Notes est une application de prise de notes chiffrée de bout en bout pour les numériciens et les professionnels. Capturez vos notes, vos fichiers et le travail de votre vie en un seul endroit sécurisé.
**Version incluse :** 2022.09.16~ynh1 **Version incluse :** 2022.09.22~ynh1
**Démo :** https://standardnotes.org/demo **Démo :** https://standardnotes.org/demo

View file

@ -10,8 +10,8 @@
setup_private=0 setup_private=0
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# 2022.06.20~yhn1 # 2022.09.16~yhn1
upgrade=1 from_commit=2a0f413937f8a3d4bd067a5890480bce1222ec5a upgrade=1 from_commit=62b95a36cb6b8bc991cc4cd4fccc1b0365d13b11
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
port_already_use=0 port_already_use=0
@ -20,5 +20,5 @@
Email= Email=
Notificationnone Notificationnone
;;; Upgrade options ;;; Upgrade options
; commit=2a0f413937f8a3d4bd067a5890480bce1222ec5a ; commit=62b95a36cb6b8bc991cc4cd4fccc1b0365d13b11
name=2022.06.20~ynh1 name=2022.09.16~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/standardnotes/server/archive/719d8558a3078fc95e88f697dbb5b04d30ea450b.tar.gz SOURCE_URL=https://github.com/standardnotes/server/archive/e2cc0bc003f36da61f2b789d2967aab97f0d7240.tar.gz
SOURCE_SUM=3a88092c06f40c10dce6f77d2de34a666058479007bf60c2604271e59c48ec3e SOURCE_SUM=50c93be5b8bc52d4cf42a0e3b79fa85b019758399bf2e9ba257d9a3fad3e47d7
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -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": "2022.09.16~ynh1", "version": "2022.09.22~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",