From 46e00ae1287498f8d83dc8ced3f9f1331a302d7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 20:28:18 +0000 Subject: [PATCH] sqlite: Update to version 3.38.0 --- bucket/sqlite.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sqlite.json b/bucket/sqlite.json index 4c6ccf091d..22a69015da 100644 --- a/bucket/sqlite.json +++ b/bucket/sqlite.json @@ -1,11 +1,11 @@ { - "version": "3.37.2", + "version": "3.38.0", "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-3370200.zip", - "hash": "8487349cf3b7707d13c8137b966781a9bce916784372fb91f67accddcdea39b7", - "extract_dir": "sqlite-tools-win32-x86-3370200", + "url": "https://www.sqlite.org/2022/sqlite-tools-win32-x86-3380000.zip", + "hash": "d5923f1b7938669121a2641ea07fc612a5b20feac5e76731abbc243f9cdc132f", + "extract_dir": "sqlite-tools-win32-x86-3380000", "bin": [ "sqlite3.exe", "sqldiff.exe",