mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
This commit is contained in:
parent
5e6faf7fed
commit
09257f7ced
5 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue