From 68ca9de48f97263c7e3e7df22e95c3760b99f647 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:53 -0400 Subject: [PATCH] sqlcipher: rebuild for openssl3 --- srcpkgs/sqlcipher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sqlcipher/template b/srcpkgs/sqlcipher/template index 8b3f808362d..b35cb7ab96a 100644 --- a/srcpkgs/sqlcipher/template +++ b/srcpkgs/sqlcipher/template @@ -1,7 +1,7 @@ # Template file for 'sqlcipher' pkgname=sqlcipher version=4.3.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-tempstore=yes" hostmakedepends="tcl"