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:
parent
5df29231f1
commit
ead37be1d4
3 changed files with 6 additions and 8 deletions
|
@ -11,12 +11,10 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 3.8.21~ynh1
|
||||
upgrade=1 from_commit=5df29231f1fb18e7ce49949fdcf7c9275ce19ffc
|
||||
# 3.6.8~ynh2
|
||||
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
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
@ -25,6 +23,6 @@
|
|||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=89de808ffc824be93a4394abcf45219f9376dfa5
|
||||
name=3.6.8~ynh2
|
||||
; commit=5df29231f1fb18e7ce49949fdcf7c9275ce19ffc
|
||||
name=3.8.21~ynh1
|
||||
manifest_arg=domain=DOMAIN&is_public=1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"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",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
|
@ -17,7 +17,7 @@ RUBY_VERSION="2.7.3"
|
|||
NODEJS_VERSION="15.11.0"
|
||||
|
||||
SOURCE="https://github.com/standardnotes/web"
|
||||
COMMIT="6408941c07effefc99c6622a8e599d1cab98cd09"
|
||||
COMMIT="7bede7609fe685dbc9c3e0a6f5d11c1eaae07190"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue