From fe220668af18296a78705f65c76316b43d642a4e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:23 -0400 Subject: [PATCH] jimtcl: rebuild for openssl3 --- srcpkgs/jimtcl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/jimtcl/template b/srcpkgs/jimtcl/template index 0584f0290d7..8a276401f2d 100644 --- a/srcpkgs/jimtcl/template +++ b/srcpkgs/jimtcl/template @@ -2,7 +2,7 @@ pkgname=jimtcl # revbump openocd when jimtcl is updated version=0.82 -revision=1 +revision=2 build_style=gnu-configure configure_args="--full --shared --with-ext=sqlite3 --docdir=/usr/share/doc/${pkgname}" makedepends="sqlite-devel openssl-devel"