From 45adcac7111399f42b622697ad95d9167a483070 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:49 -0400 Subject: [PATCH] rtx: rebuild for openssl3 --- srcpkgs/rtx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template index 9ce665e7684..955940e8029 100644 --- a/srcpkgs/rtx/template +++ b/srcpkgs/rtx/template @@ -1,7 +1,7 @@ # Template file for 'rtx' pkgname=rtx version=2023.8.2 -revision=1 +revision=2 build_style=cargo # skip cli tests: fail to find executable make_check_args="-- --skip cli::direnv::exec::tests"