From 548a562631e4bf43db08006972bd9fee8dfa1b4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:29:23 +0000 Subject: [PATCH] sqlite: Update to version 3.38.2 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index 12be4be4a4..0f2da2d639 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.38.1", + "version": "3.38.2", "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/2022/sqlite-tools-win32-x86-3380100.zip", - "hash": "15d2b046f85883fb609831a0dcb009cd979b08973a68745cdcaa52c72b1015ed", - "extract_dir": "sqlite-tools-win32-x86-3380100", + "url": "https://www.sqlite.org/2022/sqlite-tools-win32-x86-3380200.zip", + "hash": "f1d645a1b32e88d0cabd8be5f732c5e91edffe3a34879f2a4673aae999c321d9", + "extract_dir": "sqlite-tools-win32-x86-3380200", "bin": [ "sqlite3.exe", "sqldiff.exe",