1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
This commit is contained in:
M5oul 2017-03-05 19:36:17 +00:00 committed by GitHub
commit 2947b3a487
3 changed files with 6 additions and 12 deletions

View file

@ -1,14 +1,8 @@
Jappix for Yunohost #Jappix package for YunoHost
-------------------
**Shipped version:** 1.1.6 - **YunoHost**: https://yunohost.org/
- **Shipped version:** 1.1.7
[Jappix](https://jappix.org) is a full-featured XMPP web-client Jappix is a full-featured XMPP web-client
with an open social platform which enables you to host your communication with an open social platform which enables you to host your communication
platform wherever you want to. platform wherever you want to.
## Links ##
**Jappix**: https://jappix.org/
**YunoHost**: https://yunohost.org/

View file

@ -8,7 +8,7 @@
}, },
"url": "https://jappix.org/", "url": "https://jappix.org/",
"license": "AGPL-3", "license": "AGPL-3",
"version": "1.1.6", "version": "1.1.7",
"maintainer": { "maintainer": {
"name": "titoko", "name": "titoko",
"email": "titoko@titoko.fr" "email": "titoko@titoko.fr"

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
VERSION="1.1.6" VERSION="1.1.7"
JAPPIX_SOURCE_URL="https://github.com/jappix/jappix/archive/${VERSION}.tar.gz" JAPPIX_SOURCE_URL="https://github.com/jappix/jappix/archive/${VERSION}.tar.gz"