libraries/pjsip: Updated for version 2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a257acb672
commit
4efd30d192
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pjsip
|
||||
|
||||
# Copyright 2017-2018 Chris Walker, Kempner, TX
|
||||
# Copyright 2017-2019 Chris Walker, Kempner, TX
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pjsip
|
||||
VERSION=${VERSION:-2.8}
|
||||
VERSION=${VERSION:-2.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pjsip"
|
||||
VERSION="2.8"
|
||||
VERSION="2.9"
|
||||
HOMEPAGE="https://www.pjsip.org"
|
||||
DOWNLOAD="https://www.pjsip.org/release/2.8/pjproject-2.8.tar.bz2"
|
||||
MD5SUM="6487d54213f270d307eaa60efc9f56f3"
|
||||
DOWNLOAD="https://www.pjsip.org/release/2.9/pjproject-2.9.tar.bz2"
|
||||
MD5SUM="66757078e7bd7cf316acb0425c2fdd6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="speex gsm"
|
||||
|
|
Loading…
Reference in New Issue