diff options
-rw-r--r-- | NEWS.rst | 10 | ||||
-rw-r--r-- | setup.py | 3 |
2 files changed, 11 insertions, 2 deletions
@@ -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 --------------- @@ -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 |