From c6a639e24dd8de0f790191f4f983b10d5effec1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 16:29:59 +0000 Subject: [PATCH] sqlite: Update to version 3.37.1 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index 35f3290a6b..794db44d6f 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.37.0", + "version": "3.37.1", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine", "homepage": "https://www.sqlite.org/", "license": "blessing", - "url": "https://www.sqlite.org/2021/sqlite-tools-win32-x86-3370000.zip", - "hash": "6e9fbee171cd9b0521b00a6a6c2ad14a22fd2c9d2e0c6258f3411816e15ca242", - "extract_dir": "sqlite-tools-win32-x86-3370000", + "url": "https://www.sqlite.org/2021/sqlite-tools-win32-x86-3370100.zip", + "hash": "b15d2797a481834f94466290cdd235098cfb827defddc0affa7fff517bf4b994", + "extract_dir": "sqlite-tools-win32-x86-3370100", "bin": [ "sqlite3.exe", "sqldiff.exe",