bzrtp: update to 5.0.55.

This commit is contained in:
John 2021-12-06 17:08:52 +01:00
parent 0f7d49e398
commit cb33999566

View file

@ -1,16 +1,16 @@
# Template file for 'bzrtp'
pkgname=bzrtp
version=4.4.17
version=5.0.55
revision=1
build_style=cmake
configure_args="-DENABLE_TESTS=0 -DENABLE_STATIC=FALSE"
configure_args="-DENABLE_TESTS=FALSE -DENABLE_STATIC=FALSE"
makedepends="bctoolbox-devel mbedtls-devel libxml2-devel bctoolbox-devel sqlite-devel"
short_desc="Opensource implementation of ZRTP keys exchange protocol"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later"
homepage="https://www.linphone.org"
distfiles="https://gitlab.linphone.org/BC/public/bzrtp/-/archive/${version}/bzrtp-${version}.tar.gz"
checksum=8cfb6f8be7be64046982849aaa48020caf5c6f1ab9cd9422af6082dfd669267d
checksum=53e94486fdb2bece03ebe0daf49b5d476cab977babec364cd04407aca25be4c2
bzrtp-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"