Parcourir la source

sqlcipher: fix download url

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour il y a 11 ans
Parent
commit
f72755c7e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/sqlcipher/sqlcipher.mk

+ 1 - 1
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