1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00

Merge pull request #3 from YunoHost-Apps/last-commit

Upgrade to last commit
This commit is contained in:
Éric Gaspar 2021-06-07 11:40:31 +02:00 committed by GitHub
commit 629441fa4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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) 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/ **Demo:** https://web.mumble.framatalk.org/

View file

@ -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) 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/ **Démo :** https://web.mumble.framatalk.org/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Johni0702/mumble-web/archive/8f97d6326cfdafd89995d91b039a568c3a479276.tar.gz SOURCE_URL=https://github.com/Johni0702/mumble-web/archive/4ef594c8a097d180700d22d91e9a7fea3bab08ac.tar.gz
SOURCE_SUM=8e54bba1259472e2f50b72dceae8e2a1637293bf3682c3fddefb2a94630bddeb SOURCE_SUM=27ced80fc7a3035af531226658903ecd8a18881e045ebb5684d0a503ef67fb1d
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Web interface for voice chat software (VoIP)", "en": "Web interface for voice chat software (VoIP)",
"fr": "Interface web interface pour voix sur IP (VoIP)" "fr": "Interface web interface pour voix sur IP (VoIP)"
}, },
"version": "1.3.0~ynh1", "version": "1.3.0~ynh2",
"url": "https://mumble.info", "url": "https://mumble.info",
"upstream": { "upstream": {
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -17,7 +17,7 @@
}, },
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"maintainer": { "maintainer": {
"name": "", "name": "eric_G",
"email": "" "email": ""
}, },
"requirements": { "requirements": {

View file

@ -8,7 +8,7 @@
pkg_dependencies="websockify" pkg_dependencies="websockify"
# NodeJS version # NodeJS version
nodejs_version=12 nodejs_version="14"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS