summaryrefslogtreecommitdiff
path: root/package/sqlcipher
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2013-11-05 23:59:17 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-06 00:34:00 +0100
commitf72755c7e11e35188152c6ddb3e1ebd7d74eab4b (patch)
tree39324aa7c1d4ee0d1e4e7bef7d9b6ca15bb5c5d2 /package/sqlcipher
parentf408f398f2a5258f481c7d21483d235f3068498b (diff)
sqlcipher: fix download url
Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sqlcipher')
-rw-r--r--package/sqlcipher/sqlcipher.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk
index 3ade403f6..e93d24d12 100644
--- a/package/sqlcipher/sqlcipher.mk
+++ b/package/sqlcipher/sqlcipher.mk
@@ -5,7 +5,7 @@
################################################################################
SQLCIPHER_VERSION = v1.1.9
-SQLCIPHER_SITE = http://github.com/sjlombardo/sqlcipher/tarball/$(SQLCIPHER_VERSION)
+SQLCIPHER_SITE = http://github.com/sqlcipher/sqlcipher/archive/$(SQLCIPHER_VERSION)
SQLCIPHER_DEPENDENCIES = openssl host-tcl
SQLCIPHER_INSTALL_STAGING = YES