From ac20cd0d751a0f948144b52e748a2f2927e763cb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 19 Oct 2018 14:37:21 +0200 Subject: [PATCH] libgit2: rebuild with libressl-2.8 --- srcpkgs/libgit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index e95081a4b43..d5426ccd38f 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,7 +1,7 @@ # Template file for 'libgit2' pkgname=libgit2 version=0.27.7 -revision=1 +revision=2 build_style=cmake configure_args="-DTHREADSAFE=ON" hostmakedepends="python git pkg-config"