summaryrefslogtreecommitdiffstats
path: root/network/mumble-server
diff options
context:
space:
mode:
author Edward W. Koenig <kingbeowulf@linuxgalaxy.org>2022-12-28 21:22:39 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 09:14:45 +0700
commitfc2f57ba5552c1dedb1078b3b5cb64e0524900b7 (patch)
treeff82406b651301478c86777ce4dcb4f89796cfd4 /network/mumble-server
parent22e0044bcf4a1f70ea175b3b16f0b0bc3a596f55 (diff)
downloadslackbuilds-fc2f57ba5552c1dedb1078b3b5cb64e0524900b7.tar.gz
slackbuilds-fc2f57ba5552c1dedb1078b3b5cb64e0524900b7.tar.xz
network/mumble-server: Upgraded for version 1.4.287
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mumble-server')
-rw-r--r--network/mumble-server/README13
-rw-r--r--network/mumble-server/mumble-server.SlackBuild2
-rw-r--r--network/mumble-server/mumble-server.info8
3 files changed, 10 insertions, 13 deletions
diff --git a/network/mumble-server/README b/network/mumble-server/README
index 71caa236e8..233c68cbad 100644
--- a/network/mumble-server/README
+++ b/network/mumble-server/README
@@ -1,14 +1,13 @@
mumble-sever is the VoIP server component for Mumble. Murmur is
-installed in a system-wide fashion, but can also be run by individual
-users. Each mumble-server process supports multiple virtual servers,
-each with their own user base and channel list. Administration of
-mumble-server is done through D-Bus.
+installed in a system-wide fashion, but can also be run by
+individual users. Each mumble-server process supports multiple virtual
+servers, each with their own user base and channel list.
+Administration of mumble-server is done through D-Bus.
This script requires the system to have a mumble-server user and group:
# groupadd -g 261 murmur
- # useradd -g murmur -u 261 \
- -d /var/lib/mumble-server -s /bin/false murmur
+ # useradd -g murmur -u 261 -d /var/lib/mumble-server -s /bin/false murmur
To use a different user and/or group:
@@ -29,5 +28,3 @@ Not all of the upstream documentation has been updated yet.
Notes:
- This does not build the mumble client (mumble).
-- For wget github download, you may need to use:
- wget --content-disposition ...
diff --git a/network/mumble-server/mumble-server.SlackBuild b/network/mumble-server/mumble-server.SlackBuild
index c5a2589751..499b9aa415 100644
--- a/network/mumble-server/mumble-server.SlackBuild
+++ b/network/mumble-server/mumble-server.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mumble-server
SRCNAM=mumble
-VERSION=${VERSION:-1.4.230}
+VERSION=${VERSION:-1.4.287}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/mumble-server/mumble-server.info b/network/mumble-server/mumble-server.info
index d453c2935f..350c3748bd 100644
--- a/network/mumble-server/mumble-server.info
+++ b/network/mumble-server/mumble-server.info
@@ -1,8 +1,8 @@
-PRGNAM="mumble-server"
-VERSION="1.4.230"
+PRGNAM="Mumble-server"
+VERSION="1.4.287"
HOMEPAGE="https://wiki.mumble.info/wiki/Main_Page"
-DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/v1.4.230/mumble-1.4.230.tar.gz"
-MD5SUM="8069db67ecb4b601f0e324c62dbed90a"
+DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/1.4.287/mumble-1.4.287.tar.gz"
+MD5SUM="c9a2eb6413d165da606fb8d4657a1697"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3"