From d1d53546234725db522abd449e6486735d773375 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 16 Feb 2022 01:31:59 +0100 Subject: [PATCH] Upgrade to 1.16.1~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 4 ++++ conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 272db3a..9885adb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve. -**Shipped version:** 1.16~ynh1 +**Shipped version:** 1.16.1~ynh1 **Demo:** http://www.ostickethacks.com/demo/demo_info.php diff --git a/README_fr.md b/README_fr.md index 9b6ac54..ada05f0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve. -**Version incluse :** 1.16~ynh1 +**Version incluse :** 1.16.1~ynh1 **Démo :** http://www.ostickethacks.com/demo/demo_info.php diff --git a/check_process b/check_process index 0e85d9d..2dfd99a 100644 --- a/check_process +++ b/check_process @@ -28,6 +28,8 @@ upgrade=1 from_commit=049b860396347599e0633adf277549146644e460 # 1.15.4~ynh2 upgrade=1 from_commit=9af7e309b19966c19dab60fbb54a46b6d2269323 + # 1.16~ynh1 + upgrade=1 from_commit=37c6fe88f2a06e9b84fd2ad486b5e51f6345254d backup_restore=1 multi_instance=1 port_already_use=0 @@ -50,3 +52,5 @@ Notification=none name=1.15.3.1~ynh1 ; commit=9af7e309b19966c19dab60fbb54a46b6d2269323 name=1.15.4~ynh2 + ; commit=37c6fe88f2a06e9b84fd2ad486b5e51f6345254d + name=1.16~ynh1 diff --git a/conf/app.src b/conf/app.src index f6bda90..28719b0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/osTicket/osTicket/releases/download/v1.16/osTicket-v1.16.zip -SOURCE_SUM=cebf6bb58e41044cee7c6e1493e6e88e7f5aa8739e7260d034001b613fe1eedf +SOURCE_URL=https://github.com/osTicket/osTicket/releases/download/v1.16.1/osTicket-v1.16.1.zip +SOURCE_SUM=4cfb6a297b48f551b0988a7df72448fe7ec22ee38e4023fafc19ead41fb76b38 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 9d55a8d..3994a22 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source support ticket system", "fr": "Système de ticket de support open source" }, - "version": "1.16~ynh1", + "version": "1.16.1~ynh1", "url": "https://osticket.com", "upstream": { "license": "GPL-2.0-or-later",