network/mumble: Updated for version 1.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a0b869eafb
commit
04d685106a
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mumble
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
VERSION=${VERSION:-1.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -115,7 +115,7 @@ install -m 755 release/mumble $PKG/usr/bin
|
|||
|
||||
# Mumble's bundled celt is needed:
|
||||
# celt-0.7.0 is needed to keep compatibility with other clients
|
||||
# celt-0,11.0 is needed as SBo's 0.11.3 is incompatible
|
||||
# celt-0.11.0 is needed as SBo's 0.11.3 is incompatible
|
||||
cp -a release/libcelt0.so* $PKG/usr/lib${LIBDIRSUFFIX}/mumble
|
||||
|
||||
install -m 644 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mumble"
|
||||
VERSION="1.2.4"
|
||||
VERSION="1.2.5"
|
||||
HOMEPAGE="http://mumble.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mumble/mumble-1.2.4.tar.gz"
|
||||
MD5SUM="49bc6abea78f9c54298934c2c28a7c7c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mumble/mumble-1.2.5.tar.gz"
|
||||
MD5SUM="084ca44252bd5356b68af555f81ba6f6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf opus speex"
|
||||
|
|
Loading…
Reference in New Issue