From 329da20b44e319cb9d2268c8584f00fbc20d99fc Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 13:32:57 +0200 Subject: [PATCH] libtorrent: rebuild against libressl-3.1.3 --- srcpkgs/libtorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index 9408171f3e8..92da1d727aa 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent' pkgname=libtorrent version=0.13.8 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-static --disable-debug --without-kqueue --enable-aligned --with-posix-fallocate"