Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from wking/bump-sqlite-to-3.9.2
Browse files Browse the repository at this point in the history
swc-windows-installer.py: Bump SQLite from 3.8.8.3 to 3.9.2
  • Loading branch information
ethanwhite committed Nov 19, 2015
2 parents dd2a712 + dafd9dd commit 440e7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swc-windows-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ def install_nanorc(install_directory):
def install_sqlite(install_directory):
"""Download and install the SQLite shell"""
zip_install(
url='https://sqlite.org/2015/sqlite-shell-win32-x86-3080803.zip',
sha1='a57f43b96827c549eb647a126779794e88022e46',
url='https://sqlite.org/2015/sqlite-shell-win32-x86-3090200.zip',
sha1='25d78bbba37d2a0d9b9f86ed897e454ccc94d7b2',
install_directory=install_directory)


Expand Down

0 comments on commit 440e7ff

Please sign in to comment.