From c0f66af74a2a964c096de6f630cec38efe023083 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 15 Jan 2025 14:10:12 +0800 Subject: [PATCH] feat(sqlite): upgrade to sqlite 3.48.0 --- Makefile | 1 + VERSION | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a698f26453..c3d16d7c3a 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ CCFLAGS:= -I$(SQLITE_OUT) -I$(SQLITE_INCLUDE) $(CCFLAGS) $(SQLITE_ARCHIVE): @mkdir -p $(@D) + curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2025/$(SQLITE_AMAL_PREFIX).zip || \ curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2024/$(SQLITE_AMAL_PREFIX).zip || \ curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2023/$(SQLITE_AMAL_PREFIX).zip || \ curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2022/$(SQLITE_AMAL_PREFIX).zip || \ diff --git a/VERSION b/VERSION index 0f283db79b..e969a37e27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=3.47.2 +version=3.48.0 diff --git a/pom.xml b/pom.xml index 1939b3c6fe..7ec1f0999f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.xerial sqlite-jdbc - 3.47.2.1-SNAPSHOT + 3.48.0.0-SNAPSHOT SQLite JDBC SQLite JDBC library https://github.com/xerial/sqlite-jdbc