sqlcipher: update to 3.4.0.

This commit is contained in:
Steve Prybylski 2016-04-05 21:16:45 -04:00
parent 9f92a0eafe
commit a99ee97dd8

View file

@ -1,7 +1,7 @@
# Template file for 'sqlcipher'
pkgname=sqlcipher
version=3.3.1
revision=2
version=3.4.0
revision=1
build_style=gnu-configure
configure_args="--enable-tempstore=yes"
hostmakedepends="tcl"
@ -11,7 +11,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="3-clause-BSD"
homepage="https://www.zetetic.net/sqlcipher/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf
checksum=99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0
CFLAGS="-DSQLITE_HAS_CODEC"
post_install() {