mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
sqlcipher: rebuild against OpenSSL
This commit is contained in:
parent
b8927ea863
commit
75966d886c
2 changed files with 3 additions and 3 deletions
|
@ -2459,7 +2459,7 @@ libhidapi-hidraw.so.0 hidapi-0.8.0rc1_1
|
||||||
libhidapi-libusb.so.0 hidapi-0.8.0rc1_1
|
libhidapi-libusb.so.0 hidapi-0.8.0rc1_1
|
||||||
libu2f-host.so.0 libu2f-host-1.1.10_5
|
libu2f-host.so.0 libu2f-host-1.1.10_5
|
||||||
libu2f-server.so.0 libu2f-server-1.1.0_9
|
libu2f-server.so.0 libu2f-server-1.1.0_9
|
||||||
libsqlcipher.so.0 sqlcipher-3.3.1_1
|
libsqlcipher.so.0 sqlcipher-4.3.0_3
|
||||||
libgta.so.1 libgta-1.2.0_1
|
libgta.so.1 libgta-1.2.0_1
|
||||||
libgdal.so.26 libgdal-3.0.4_9
|
libgdal.so.26 libgdal-3.0.4_9
|
||||||
libosgViewer.so.131 osg-3.4.1_1
|
libosgViewer.so.131 osg-3.4.1_1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'sqlcipher'
|
# Template file for 'sqlcipher'
|
||||||
pkgname=sqlcipher
|
pkgname=sqlcipher
|
||||||
version=4.3.0
|
version=4.3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tempstore=yes"
|
configure_args="--enable-tempstore=yes"
|
||||||
hostmakedepends="tcl"
|
hostmakedepends="tcl"
|
||||||
makedepends="libressl-devel readline-devel"
|
makedepends="openssl-devel readline-devel"
|
||||||
short_desc="SQLite extension that provides transparent 256-bit AES encryption"
|
short_desc="SQLite extension that provides transparent 256-bit AES encryption"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue