sqlcipher: update to 4.3.0.
This commit is contained in:
parent
e09cf85e56
commit
382fb48cbe
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sqlcipher'
|
||||
pkgname=sqlcipher
|
||||
version=4.2.0
|
||||
revision=2
|
||||
version=4.3.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=105c1b813f848da038c03647a8bfc9d42fb46865e6aaf4edfd46ff3b18cdccfc
|
||||
checksum=fccb37e440ada898902b294d02cde7af9e8706b185d77ed9f6f4d5b18b4c305f
|
||||
|
||||
CFLAGS="-DSQLITE_HAS_CODEC"
|
||||
|
||||
|
@ -25,9 +25,8 @@ sqlcipher-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue