File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ CCFLAGS:= -I$(SQLITE_OUT) -I$(SQLITE_INCLUDE) $(CCFLAGS)
3131
3232$(SQLITE_ARCHIVE ) :
3333 @mkdir -p $(@D )
34+ curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2025/$(SQLITE_AMAL_PREFIX ) .zip || \
3435 curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2024/$(SQLITE_AMAL_PREFIX ) .zip || \
3536 curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2023/$(SQLITE_AMAL_PREFIX ) .zip || \
3637 curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2022/$(SQLITE_AMAL_PREFIX ) .zip || \
Original file line number Diff line number Diff line change 1- version=3.47.2
1+ version=3.48.0
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.xerial</groupId >
66 <artifactId >sqlite-jdbc</artifactId >
7- <version >3.47.2.1 -SNAPSHOT</version >
7+ <version >3.48.0.0 -SNAPSHOT</version >
88 <name >SQLite JDBC</name >
99 <description >SQLite JDBC library</description >
1010 <url >https://github.com/xerial/sqlite-jdbc</url >
You can’t perform that action at this time.
0 commit comments