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"