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"