From aa3a86162fda0ebb76fbe9136334863cfb48c275 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Tue, 31 Oct 2017 03:22:10 -0200 Subject: [PATCH] libsrtp: update to 1.6.0. (#8664) --- srcpkgs/libsrtp/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libsrtp/template b/srcpkgs/libsrtp/template index c04f6790ca7..a965e43067d 100644 --- a/srcpkgs/libsrtp/template +++ b/srcpkgs/libsrtp/template @@ -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 " 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