From 8455c5068644b5a833160fcbd68753fb257329c7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 22 Dec 2018 04:47:48 -0200 Subject: [PATCH] sqlcipher: update to 4.0.1. --- srcpkgs/sqlcipher/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sqlcipher/template b/srcpkgs/sqlcipher/template index de5be8f80ac..0b998f5cbe7 100644 --- a/srcpkgs/sqlcipher/template +++ b/srcpkgs/sqlcipher/template @@ -1,6 +1,6 @@ # Template file for 'sqlcipher' pkgname=sqlcipher -version=4.0.0 +version=4.0.1 revision=1 build_style=gnu-configure configure_args="--enable-tempstore=yes" @@ -12,7 +12,8 @@ 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=c8f5fc6d800aae6107bf23900144804db5510c2676c93fbb269e4a0700837d68 +checksum=2f803017378c7479cb791be59b7bad8392a15acddbcc094e4433581fe421f4ca + CFLAGS="-DSQLITE_HAS_CODEC" post_install() {