Issue #20465: Update Windows installer to SQLite 3.8.3.1.

This commit is contained in:
Martin v. Löwis 2014-03-02 19:42:50 +01:00
parent 5e6faf7fed
commit 09257f7ced
5 changed files with 8 additions and 7 deletions

View file

@ -37,9 +37,9 @@ if not exist tcl-8.6.1.0 (
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
@rem sqlite3
if not exist sqlite-3.8.1 (
rd /s/q sqlite-source-3.7.12
svn export http://svn.python.org/projects/external/sqlite-3.8.1
if not exist sqlite-3.8.3.1 (
rd /s/q sqlite-source-3.8.1
svn export http://svn.python.org/projects/external/sqlite-3.8.3.1
)
@rem lzma