sqlcipher: update to 3.4.0.
This commit is contained in:
parent
9f92a0eafe
commit
a99ee97dd8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sqlcipher'
|
# Template file for 'sqlcipher'
|
||||||
pkgname=sqlcipher
|
pkgname=sqlcipher
|
||||||
version=3.3.1
|
version=3.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tempstore=yes"
|
configure_args="--enable-tempstore=yes"
|
||||||
hostmakedepends="tcl"
|
hostmakedepends="tcl"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="https://www.zetetic.net/sqlcipher/"
|
homepage="https://www.zetetic.net/sqlcipher/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf
|
checksum=99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0
|
||||||
CFLAGS="-DSQLITE_HAS_CODEC"
|
CFLAGS="-DSQLITE_HAS_CODEC"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue