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:
parent
27e70cde1a
commit
01d10c90f5
|
@ -3,6 +3,8 @@
|
|||
# Slackware build script for sofia-sip
|
||||
|
||||
# Copyright 2023, Bob Funk, Winnipeg Canada
|
||||
# Copyright 2023, Yossi Neiman, <mishehu+sbo@shavedgoats.net>
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sofia-sip
|
||||
VERSION=${VERSION:-1.13.14}
|
||||
VERSION=${VERSION:-1.13.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sofia-sip"
|
||||
VERSION="1.13.14"
|
||||
VERSION="1.13.16"
|
||||
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"
|
||||
MD5SUM="402ac91af9880f7c9e97b2263894a7ee"
|
||||
DOWNLOAD="https://github.com/freeswitch/sofia-sip/archive/v1.13.16/sofia-sip-1.13.16.tar.gz"
|
||||
MD5SUM="777358bd504a76517a9d510c7aa78204"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Bob Funk"
|
||||
EMAIL="bobfunk11@gmail.com"
|
||||
MAINTAINER="Yossi Neiman"
|
||||
EMAIL="mishehu+sbo at shavedgoats.net"
|
||||
|
|
Loading…
Reference in New Issue