From fd593eebd81f1b2d3b24bc165c9c1ac4d25ea387 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 22 Oct 2024 14:16:36 -0700 Subject: [PATCH] sqlite3: update to 3.47.0 --- releases.json | 1 + subprojects/packagefiles/sqlite3/meson.build | 2 +- subprojects/sqlite3.wrap | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/releases.json b/releases.json index 73fc644b6..b4f2270cf 100644 --- a/releases.json +++ b/releases.json @@ -3391,6 +3391,7 @@ "sqlite3" ], "versions": [ + "3.47.0-1", "3.46.1-3", "3.46.1-2", "3.46.1-1", diff --git a/subprojects/packagefiles/sqlite3/meson.build b/subprojects/packagefiles/sqlite3/meson.build index 7fc8de8d3..15d014386 100644 --- a/subprojects/packagefiles/sqlite3/meson.build +++ b/subprojects/packagefiles/sqlite3/meson.build @@ -2,7 +2,7 @@ project( 'sqlite3', 'c', license: 'pd', - version: '3.46.1', + version: '3.47.0', meson_version: '>=0.48.0', ) diff --git a/subprojects/sqlite3.wrap b/subprojects/sqlite3.wrap index cd270df1c..493b84517 100644 --- a/subprojects/sqlite3.wrap +++ b/subprojects/sqlite3.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = sqlite-amalgamation-3460100 -source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip -source_filename = sqlite-amalgamation-3460100.zip -source_hash = 77823cb110929c2bcb0f5d48e4833b5c59a8a6e40cdea3936b99e199dbbe5784 +directory = sqlite-amalgamation-3470000 +source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip +source_filename = sqlite-amalgamation-3470000.zip +source_hash = 2842fddbb1cc33f66c7da998a57535f14a6bfee159676a07bb4bf3e59375d93e patch_directory = sqlite3 [provide]