mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/murmur: Updated for version 1.2.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
315f99a042
commit
791761344a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for murmur
|
||||
|
||||
# Copyright 2014 Edward W. Koenig <kingbeowulf@gmail.com>
|
||||
# Copyright 2014, 2015 Edward W. Koenig <kingbeowulf@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=murmur
|
||||
SRCNAM=mumble
|
||||
VERSION=${VERSION:-1.2.10}
|
||||
VERSION=${VERSION:-1.2.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="murmur"
|
||||
VERSION="1.2.10"
|
||||
VERSION="1.2.11"
|
||||
HOMEPAGE="https://github.com/mumble-voip/mumble/releases"
|
||||
DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/1.2.10/mumble-1.2.10.tar.gz"
|
||||
MD5SUM="14ab2e9174b7ca87623e63aa56dd6d5b"
|
||||
DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/1.2.11/mumble-1.2.11.tar.gz"
|
||||
MD5SUM="bd1f15c6c8c8950e1d02452689759d38"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf"
|
||||
|
|
Loading…
Reference in a new issue