From 5634a673832190035fedc6298999fc4d26a10109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:34:08 +0200 Subject: [PATCH] fix --- check_process | 28 ---------------------------- manifest.toml | 8 ++++---- 2 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index fdd1613..0000000 --- a/check_process +++ /dev/null @@ -1,28 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - admin="john" - language="fr" - is_public=1 - password="password" - export="libreoffice" - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - #upgrade=1 from_commit=96653aee9379d579a655777ac274355f4afca61c - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=96653aee9379d579a655777ac274355f4afca61c - name=Merge pull request #6 - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=9001& diff --git a/manifest.toml b/manifest.toml index c2c5b76..079c0f5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "http://etherpad.org/doc/v1.9.1" code = "https://github.com/ether/etherpad-lite" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true @@ -62,8 +62,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ether/etherpad-lite/archive/1.9.1.tar.gz" - sha256 = "667741235a2bcd8d28a32f5e611b82fb2ea7d11525ff41b8b5478b05a987b047" + url = "https://github.com/ether/etherpad-lite/archive/1.9.2.tar.gz" + sha256 = "7d8168cdb6d6ca84ee48978e8c654f75703d6431203c756ba55c50aa54cc75a3" [resources.ports] @@ -88,4 +88,4 @@ ram.runtime = "50M" echo "abiword" fi """ - + \ No newline at end of file