Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite: Update to version 3.27.1 #3107

Merged
merged 1 commit into from
Feb 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
sqlite: Update to version 3.27.1
  • Loading branch information
pymongo committed Feb 11, 2019
commit 4952c50eaa50def5bfd507b80882d2e4ee2d84ad
8 changes: 4 additions & 4 deletions bucket/sqlite.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"homepage": "https://www.sqlite.org/",
"version": "3.26.0",
"version": "3.27.1",
"license": "Public Domain",
"url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3260000.zip",
"hash": "0218b458495affe108e63e0786bbe7418dcd2da3d28c07207c466a16cded8793",
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3270100.zip",
"hash": "d0c0929e51682c28cd81247d6c894543bb8aaf441b0a6546d7f29b6aa38045e9",
"extract_dir": "sqlite-tools-win32-x86-3260000",
"bin": [
"sqlite3.exe",
Expand All @@ -15,7 +15,7 @@
"re": "sqlite-tools-win32-x86-(?<number>[\\d]+).zip[\\s\\S]+for SQLite version (?<version>[\\d.]+)\\."
},
"autoupdate": {
"url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-$matchNumber.zip",
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-$matchNumber.zip",
"extract_dir": "sqlite-tools-win32-x86-$matchNumber"
}
}