summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-11-10 22:11:26 +0100
committerKali Kaneko <kali@leap.se>2014-11-10 22:14:15 +0100
commite91f1c8b61bab65d19a3169cb9c9d2d2fb84e232 (patch)
tree09e7d64c21a09e43ec0e590b642581f7a775f5a3
parentf48f35dedc5e7e4ac11a3dc2c725f3e06f08f715 (diff)
use https uri for amalgamation download
Closes: #13
-rw-r--r--NEWS.rst10
-rw-r--r--setup.py3
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 07b40f2..22692c1 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,16 @@
Changes in pysqlcipher
======================
+Release 2.6.4
+-------------
+
+Bugfixes
+''''''''
+
+- Use HTTPS URI for amalgamation (`GH#11'_)
+
+.. _`GH#11`: https://github.com/leapcode/pysqlcipher/issues/11
+
Release 2.6.3-1
---------------
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