From e91f1c8b61bab65d19a3169cb9c9d2d2fb84e232 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 10 Nov 2014 22:11:26 +0100 Subject: use https uri for amalgamation download Closes: #13 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 548dcce..6f2f6cb 100644 --- a/setup.py +++ b/setup.py @@ -116,8 +116,7 @@ def get_amalgamation(): os.mkdir(AMALGAMATION_ROOT) print "Downloading amalgation." - # XXX upload the amalgamation file to downloads.leap.se - amalgamation_url = ("http://futeisha.org/sqlcipher/" + amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher" "amalgamation-sqlcipher-2.1.0.zip") # and download it -- cgit v1.2.3