sqlcipher: update to 4.2.0.
This commit is contained in:
parent
665455bd1f
commit
b83bcec7b7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sqlcipher'
|
# Template file for 'sqlcipher'
|
||||||
pkgname=sqlcipher
|
pkgname=sqlcipher
|
||||||
version=4.1.0
|
version=4.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tempstore=yes"
|
configure_args="--enable-tempstore=yes"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://www.zetetic.net/sqlcipher/"
|
homepage="https://www.zetetic.net/sqlcipher/"
|
||||||
changelog="https://raw.githubusercontent.com/sqlcipher/sqlcipher/v${version}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/sqlcipher/sqlcipher/v${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=65144ca3ba4c0f9cd4bae8c20bb42f2b84424bf29d1ebcf04c44a728903b1faa
|
checksum=105c1b813f848da038c03647a8bfc9d42fb46865e6aaf4edfd46ff3b18cdccfc
|
||||||
|
|
||||||
CFLAGS="-DSQLITE_HAS_CODEC"
|
CFLAGS="-DSQLITE_HAS_CODEC"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue