From: Romain Naour Date: Tue, 5 Nov 2013 22:59:17 +0000 (+0100) Subject: sqlcipher: fix download url X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f72755c7e11e35188152c6ddb3e1ebd7d74eab4b;p=buildroot.git sqlcipher: fix download url Signed-off-by: Romain Naour Signed-off-by: Peter Korsgaard --- diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk index 3ade403f64..e93d24d127 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