From a47f0012b13f5d896d35e4b66398e1e62d7a3985 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 18 Mar 2019 12:36:40 -0300 Subject: [PATCH] sqlcipher: update to 4.1.0. --- srcpkgs/sqlcipher/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlcipher/template b/srcpkgs/sqlcipher/template index da043792dd3..ef38375be91 100644 --- a/srcpkgs/sqlcipher/template +++ b/srcpkgs/sqlcipher/template @@ -1,7 +1,7 @@ # Template file for 'sqlcipher' pkgname=sqlcipher -version=4.0.1 -revision=2 +version=4.1.0 +revision=1 build_style=gnu-configure configure_args="--enable-tempstore=yes" hostmakedepends="tcl" @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://www.zetetic.net/sqlcipher/" changelog="https://raw.githubusercontent.com/sqlcipher/sqlcipher/v${version}/CHANGELOG.md" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" -checksum=2f803017378c7479cb791be59b7bad8392a15acddbcc094e4433581fe421f4ca +checksum=65144ca3ba4c0f9cd4bae8c20bb42f2b84424bf29d1ebcf04c44a728903b1faa CFLAGS="-DSQLITE_HAS_CODEC"