sqlcipher: update to 4.0.1.
This commit is contained in:
parent
1a4e1d29ae
commit
8455c50686
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sqlcipher'
|
||||
pkgname=sqlcipher
|
||||
version=4.0.0
|
||||
version=4.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tempstore=yes"
|
||||
|
@ -12,7 +12,8 @@ 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=c8f5fc6d800aae6107bf23900144804db5510c2676c93fbb269e4a0700837d68
|
||||
checksum=2f803017378c7479cb791be59b7bad8392a15acddbcc094e4433581fe421f4ca
|
||||
|
||||
CFLAGS="-DSQLITE_HAS_CODEC"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue