From 129b9f99b6f951e34cf0adcb9285c16336e87cff Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:14:03 -0400 Subject: [PATCH] xh: rebuild for openssl3 --- srcpkgs/xh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template index 54b380f9f0c..b9359218772 100644 --- a/srcpkgs/xh/template +++ b/srcpkgs/xh/template @@ -1,7 +1,7 @@ # Template file for 'xh' pkgname=xh version=0.18.0 -revision=2 +revision=3 build_style=cargo configure_args="--no-default-features --features online-tests,native-tls" hostmakedepends="pkg-config oniguruma-devel"