diff --git a/check_process b/check_process index 12e1e89..fb88e4b 100644 --- a/check_process +++ b/check_process @@ -18,8 +18,10 @@ setup_private=1 setup_public=1 upgrade=1 + # 3.13.6~ynh2 + upgrade=1 from_commit=e755357f8306805084317c81e85807ed87fdbd47 # 3.13.6~ynh1 - upgrade=1 from_commit=7474baadc1705ffe5981a52bdced16bdd1edf979 + #upgrade=1 from_commit=7474baadc1705ffe5981a52bdced16bdd1edf979 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. @@ -30,10 +32,10 @@ # If the level 5 (Package linter) is forced to 1. Please add justifications here. Level 5=auto ;;; Options -Email=wilkens.fabian+github@gmail.com -Notification=all +Email= +Notification= ;;; Upgrade options - ; commit=7474baadc1705ffe5981a52bdced16bdd1edf979 - name=3.13.6~ynh1 + ; commit=e755357f8306805084317c81e85807ed87fdbd47 + name=3.13.6~ynh2 manifest_arg=domain=DOMAIN&path=PATH&is_public=1 diff --git a/manifest.json b/manifest.json index 7afd93e..c3ca34b 100644 --- a/manifest.json +++ b/manifest.json @@ -5,13 +5,12 @@ "description": { "en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app." }, - "version": "3.13.6~ynh2", + "version": "3.13.6~ynh3", "url": "https://github.com/standardnotes/syncing-server", "license": "AGPL-3.0-or-later", "maintainer": { "name": "Fabian Wilkens", - "email": "wilkens.fabian+github@gmail.com", - "url": "https://github.com/FabianWilkens/snserver_ynh" + "email": "46000361+FabianWilkens@users.noreply.github.com", }, "requirements": { "yunohost": ">= 4.1.0"