mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
[enh] update to version 1.1.7 which fix security issues.
This commit is contained in:
parent
2a6fe01885
commit
4cf98d679d
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
Jappix for Yunohost
|
||||
-------------------
|
||||
|
||||
**Shipped version:** 1.1.6
|
||||
**Shipped version:** 1.1.7
|
||||
|
||||
[Jappix](https://jappix.org) is a full-featured XMPP web-client
|
||||
with an open social platform which enables you to host your communication
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"url": "https://jappix.org/",
|
||||
"license": "AGPL-3",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"maintainer": {
|
||||
"name": "titoko",
|
||||
"email": "titoko@titoko.fr"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION="1.1.6"
|
||||
VERSION="1.1.7"
|
||||
|
||||
JAPPIX_SOURCE_URL="https://github.com/jappix/jappix/archive/${VERSION}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue