mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pjsip
|
# Slackware build script for pjsip
|
||||||
|
|
||||||
# Copyright 2017-2018 Chris Walker, Kempner, TX
|
# Copyright 2017-2019 Chris Walker, Kempner, TX
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pjsip
|
PRGNAM=pjsip
|
||||||
VERSION=${VERSION:-2.8}
|
VERSION=${VERSION:-2.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pjsip"
|
PRGNAM="pjsip"
|
||||||
VERSION="2.8"
|
VERSION="2.9"
|
||||||
HOMEPAGE="https://www.pjsip.org"
|
HOMEPAGE="https://www.pjsip.org"
|
||||||
DOWNLOAD="https://www.pjsip.org/release/2.8/pjproject-2.8.tar.bz2"
|
DOWNLOAD="https://www.pjsip.org/release/2.9/pjproject-2.9.tar.bz2"
|
||||||
MD5SUM="6487d54213f270d307eaa60efc9f56f3"
|
MD5SUM="66757078e7bd7cf316acb0425c2fdd6f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="speex gsm"
|
REQUIRES="speex gsm"
|
||||||
|
|
Loading…
Reference in a new issue