diff --git a/README.md b/README.md index 1a85a63..fb5f72b 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 Web interface for voice chat software (VoIP) -**Shipped version:** 1.3.0~ynh1 +**Shipped version:** 1.3.0~ynh2 **Demo:** https://web.mumble.framatalk.org/ @@ -35,6 +35,7 @@ Web interface for voice chat software (VoIP) ## Documentation +- Murmur documentation: https://wiki.mumble.info/wiki/Murmurguide - Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index c804ec3..3bda1bb 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 Interface web interface pour voix sur IP (VoIP) -**Version incluse :** 1.3.0~ynh1 +**Version incluse :** 1.3.0~ynh2 **Démo :** https://web.mumble.framatalk.org/ @@ -31,6 +31,7 @@ Interface web interface pour voix sur IP (VoIP) ## Documentation +- Documentation Murmur : https://wiki.mumble.info/wiki/Murmurguide - Documentation Framasoft : https://docs.framasoft.org/fr/jitsimeet/mumble.html ## Documentations et ressources diff --git a/conf/app.src b/conf/app.src index 2a3a3b9..3ead04b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Johni0702/mumble-web/archive/8f97d6326cfdafd89995d91b039a568c3a479276.tar.gz -SOURCE_SUM=8e54bba1259472e2f50b72dceae8e2a1637293bf3682c3fddefb2a94630bddeb +SOURCE_URL=https://github.com/Johni0702/mumble-web/archive/4ef594c8a097d180700d22d91e9a7fea3bab08ac.tar.gz +SOURCE_SUM=27ced80fc7a3035af531226658903ecd8a18881e045ebb5684d0a503ef67fb1d SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index fd1a274..8553727 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -6,4 +6,5 @@ ## Documentation +- Murmur documentation: https://wiki.mumble.info/wiki/Murmurguide - Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 9be0b0f..421bf49 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -6,4 +6,5 @@ ## Documentation +- Documentation Murmur : https://wiki.mumble.info/wiki/Murmurguide - Documentation Framasoft : https://docs.framasoft.org/fr/jitsimeet/mumble.html diff --git a/manifest.json b/manifest.json index efe8047..b7ee1ad 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web interface for voice chat software (VoIP)", "fr": "Interface web interface pour voix sur IP (VoIP)" }, - "version": "1.3.0~ynh1", + "version": "1.3.0~ynh2", "url": "https://mumble.info", "upstream": { "license": "BSD-3-Clause", @@ -17,7 +17,7 @@ }, "license": "BSD-3-Clause", "maintainer": { - "name": "", + "name": "eric_G", "email": "" }, "requirements": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 76ecdb8..4cee197 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ pkg_dependencies="websockify" # NodeJS version -nodejs_version=12 +nodejs_version="14" #================================================= # PERSONAL HELPERS