libraries/pjsip: Updated for version 2.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Chris Walker 2019-07-27 07:48:49 +07:00 committed by Willy Sudiarto Raharjo
parent a257acb672
commit 4efd30d192
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"