libsrtp: update to 1.6.0. (#8664)
This commit is contained in:
parent
760c99fca9
commit
aa3a86162f
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libsrtp'.
|
||||
pkgname=libsrtp
|
||||
version=1.5.4
|
||||
version=1.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target="libsrtp.a shared_library"
|
||||
|
@ -10,7 +10,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="BSD"
|
||||
homepage="https://github.com/cisco/libsrtp"
|
||||
distfiles="https://github.com/cisco/libsrtp/archive/v${version}.tar.gz"
|
||||
checksum=56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0
|
||||
checksum=1a3e7904354d55e45b3c5c024ec0eab1b8fa76fdbf4dd2ea2625dad2b3c6edde
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue