libraries/sofia-sip: Updated for version 1.13.16, new maintainer.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-09-18 02:17:59 -04:00 committed by Willy Sudiarto Raharjo
parent 27e70cde1a
commit 01d10c90f5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 6 deletions

View File

@ -3,6 +3,8 @@
# Slackware build script for sofia-sip # Slackware build script for sofia-sip
# Copyright 2023, Bob Funk, Winnipeg Canada # Copyright 2023, Bob Funk, Winnipeg Canada
# Copyright 2023, Yossi Neiman, <mishehu+sbo@shavedgoats.net>
#
# 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
@ -25,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sofia-sip PRGNAM=sofia-sip
VERSION=${VERSION:-1.13.14} VERSION=${VERSION:-1.13.16}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="sofia-sip" PRGNAM="sofia-sip"
VERSION="1.13.14" VERSION="1.13.16"
HOMEPAGE="https://github.com/freeswitch/sofia-sip" HOMEPAGE="https://github.com/freeswitch/sofia-sip"
DOWNLOAD="https://github.com/freeswitch/sofia-sip/archive/v1.13.14/sofia-sip-1.13.14.tar.gz" DOWNLOAD="https://github.com/freeswitch/sofia-sip/archive/v1.13.16/sofia-sip-1.13.16.tar.gz"
MD5SUM="402ac91af9880f7c9e97b2263894a7ee" MD5SUM="777358bd504a76517a9d510c7aa78204"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""
MAINTAINER="Bob Funk" MAINTAINER="Yossi Neiman"
EMAIL="bobfunk11@gmail.com" EMAIL="mishehu+sbo at shavedgoats.net"