From d1376e338ce13ab0b09a3dec88fbe7960b7b1904 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 21 Feb 2021 21:53:22 +0100 Subject: [PATCH] git: rebuild against OpenSSL --- srcpkgs/git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 9002f487b6a..b24e3e48395 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,7 +1,7 @@ # Template file for 'git' pkgname=git version=2.30.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2" hostmakedepends="asciidoc gettext perl pkg-config tar tk xmlto"