diff options
| author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-10-26 19:45:35 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 23:22:09 +0100 |
| commit | a2ec512aa4d4bbf0c0507e92e2e909e711416576 (patch) | |
| tree | fa3945536cd51a7732694f2f8d3c10262ae37bc5 /package/sqlcipher | |
| parent | 54bf4bd6741a367e2ea51c1fdc223fb64669d89f (diff) | |
| download | buildroot-a2ec512aa4d4bbf0c0507e92e2e909e711416576.tar.gz buildroot-a2ec512aa4d4bbf0c0507e92e2e909e711416576.zip | |
sqlcipher: bump version
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sqlcipher')
| -rw-r--r-- | package/sqlcipher/sqlcipher.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk index a118718844..86eebb5c4c 100644 --- a/package/sqlcipher/sqlcipher.mk +++ b/package/sqlcipher/sqlcipher.mk @@ -4,7 +4,7 @@ # ################################################################################ -SQLCIPHER_VERSION = v1.1.9 +SQLCIPHER_VERSION = v3.2.0 SQLCIPHER_SITE = $(call github,sqlcipher,sqlcipher,$(SQLCIPHER_VERSION)) SQLCIPHER_DEPENDENCIES = openssl host-tcl SQLCIPHER_INSTALL_STAGING = YES |

