mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
Merge pull request #76 from YunoHost-Apps/ci-auto-update-1.18.1
Upgrade to v1.18.1
This commit is contained in:
commit
a9da6d014c
3 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,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.18~ynh4
|
||||
**Shipped version:** 1.18.1~ynh1
|
||||
|
||||
**Demo:** http://www.ostickethacks.com/demo/demo_info.php
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
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.18~ynh4
|
||||
**Version incluse :** 1.18.1~ynh1
|
||||
|
||||
**Démo :** http://www.ostickethacks.com/demo/demo_info.php
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "osTicket"
|
|||
description.en = "Open source support ticket system"
|
||||
description.fr = "Système de ticket de support open source"
|
||||
|
||||
version = "1.18~ynh4"
|
||||
version = "1.18.1~ynh1"
|
||||
|
||||
maintainers = ["yalh76"]
|
||||
|
||||
|
@ -77,8 +77,8 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.sources.core-plugins]
|
||||
url = "https://github.com/osTicket/osTicket-plugins/archive/4b545313f38a2f7f0e5b7e9b9c5e89dd629e51cf.tar.gz"
|
||||
sha256 = "3ef516cea9e0447cb1a86564fcb2dd84676e507906829f181c1c454fbc91fcf4"
|
||||
url = "https://github.com/osTicket/osTicket-plugins/archive/2bb771799a54dbacddfcf87851ca534e3b2af2dc.tar.gz"
|
||||
sha256 = "9e5edc6da09302e149010dd69f0e40251c8780745c9f4058e7a0ce4292e5cf62"
|
||||
autoupdate.upstream = "https://github.com/osTicket/osTicket-plugins"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
|
@ -95,8 +95,8 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/osTicket/osTicket/archive/refs/tags/v1.18.tar.gz"
|
||||
sha256 = "5041cd079f16b1e98718d4397a878f185d69d72ec197b3875c8da5856f8ca774"
|
||||
url = "https://github.com/osTicket/osTicket/archive/refs/tags/v1.18.1.tar.gz"
|
||||
sha256 = "a30a32661355a0ff59ca8a870a5c4de3c03a5ecef6d3e97a65d6222ed8444496"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.sources.plugin-attachment_preview]
|
||||
|
|
Loading…
Add table
Reference in a new issue