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

Update to latest version

This commit is contained in:
Fabian Wilkens 2021-09-01 20:44:48 +02:00
parent 5df29231f1
commit ead37be1d4
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB
3 changed files with 6 additions and 8 deletions

View file

@ -11,12 +11,10 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# 3.8.21~ynh1
upgrade=1 from_commit=5df29231f1fb18e7ce49949fdcf7c9275ce19ffc
# 3.6.8~ynh2 # 3.6.8~ynh2
upgrade=1 from_commit=89de808ffc824be93a4394abcf45219f9376dfa5 upgrade=1 from_commit=89de808ffc824be93a4394abcf45219f9376dfa5
# 3.6.2~yhn1
#upgrade=1 from_commit=0459e279ab1ac0624203b710619bfe3f22686908
# 3.5.11~ynh1
#upgrade=1 from_commit=2c82b25537bc09b99c1daeced8ca38fe9b1bae8b
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
port_already_use=0 port_already_use=0
@ -25,6 +23,6 @@
Email= Email=
Notification=none Notification=none
;;; Upgrade options ;;; Upgrade options
; commit=89de808ffc824be93a4394abcf45219f9376dfa5 ; commit=5df29231f1fb18e7ce49949fdcf7c9275ce19ffc
name=3.6.8~ynh2 name=3.8.21~ynh1
manifest_arg=domain=DOMAIN&is_public=1 manifest_arg=domain=DOMAIN&is_public=1

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "The Standard Notes Web App. An end-to-end encrypted note-taking app. Web, Mac, Windows, Linux, iOS, and Android." "en": "The Standard Notes Web App. An end-to-end encrypted note-taking app. Web, Mac, Windows, Linux, iOS, and Android."
}, },
"version": "3.8.18~ynh1", "version": "3.8.21~ynh1",
"url": "https://github.com/standardnotes/web", "url": "https://github.com/standardnotes/web",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",

View file

@ -17,7 +17,7 @@ RUBY_VERSION="2.7.3"
NODEJS_VERSION="15.11.0" NODEJS_VERSION="15.11.0"
SOURCE="https://github.com/standardnotes/web" SOURCE="https://github.com/standardnotes/web"
COMMIT="6408941c07effefc99c6622a8e599d1cab98cd09" COMMIT="7bede7609fe685dbc9c3e0a6f5d11c1eaae07190"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS