From b83bcec7b746d8566a2e40958df938e8aa5c403f Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 10 Jun 2019 23:00:07 -0400 Subject: [PATCH] sqlcipher: update to 4.2.0. --- srcpkgs/sqlcipher/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sqlcipher/template b/srcpkgs/sqlcipher/template index ef38375be91..35a667feec9 100644 --- a/srcpkgs/sqlcipher/template +++ b/srcpkgs/sqlcipher/template @@ -1,6 +1,6 @@ # Template file for 'sqlcipher' pkgname=sqlcipher -version=4.1.0 +version=4.2.0 revision=1 build_style=gnu-configure configure_args="--enable-tempstore=yes" @@ -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=65144ca3ba4c0f9cd4bae8c20bb42f2b84424bf29d1ebcf04c44a728903b1faa +checksum=105c1b813f848da038c03647a8bfc9d42fb46865e6aaf4edfd46ff3b18cdccfc CFLAGS="-DSQLITE_HAS_CODEC"