package/sofia-sip: bump version to 1.13.12
Switch to github helper due to lack of upstream-provided tarball. Needed for upcoming bump of freeswitch to version 1.10.9. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
6e09e7987b
commit
8bb962724e
@ -1,4 +1,4 @@
|
||||
# Locally computed
|
||||
sha256 daf75c41408c559c2d58a8fd4d39be4a8ff5144bc1db220d4dbc28deeed6670a sofia-sip-1.13.9-f6ee306084.tar.gz
|
||||
sha256 03dda8653367501b7b1188a6b6513416902372e27475553de9318ee89ac390ff sofia-sip-1.13.12.tar.gz
|
||||
sha256 e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60 COPYING
|
||||
sha256 b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556 COPYRIGHTS
|
||||
|
@ -4,10 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SOFIA_SIP_VERSION = 1.13.9
|
||||
SOFIA_SIP_SOURCE = sofia-sip-$(SOFIA_SIP_VERSION)-f6ee306084.tar.gz
|
||||
SOFIA_SIP_SITE = https://files.freeswitch.org/downloads/libs/sofia-sip
|
||||
SOFIA_SIP_VERSION = 1.13.12
|
||||
SOFIA_SIP_SITE = $(call github,freeswitch,sofia-sip,v$(SOFIA_SIP_VERSION))
|
||||
SOFIA_SIP_INSTALL_STAGING = YES
|
||||
# Fetched from github, no pre-generated configure script provided
|
||||
SOFIA_SIP_AUTORECONF = YES
|
||||
SOFIA_SIP_DEPENDENCIES = host-pkgconf
|
||||
SOFIA_SIP_LICENSE = LGPL-2.1+
|
||||
SOFIA_SIP_LICENSE_FILES = COPYING COPYRIGHTS
|
||||
|
Loading…
Reference in New Issue
Block a user