From c665e81ebb4f9515d39f921251ab8a0a20aeb13c Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 12:50:21 +0200 Subject: [PATCH] sqlcipher: rebuild against libressl-3.1.3 --- srcpkgs/sqlcipher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sqlcipher/template b/srcpkgs/sqlcipher/template index 54eaa553333..eea7cc60f56 100644 --- a/srcpkgs/sqlcipher/template +++ b/srcpkgs/sqlcipher/template @@ -1,7 +1,7 @@ # Template file for 'sqlcipher' pkgname=sqlcipher version=4.3.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-tempstore=yes" hostmakedepends="tcl"