Skip to content

Commit 1a7c2a0

Browse files
committed
build: update location for 2026
1 parent 63a45e7 commit 1a7c2a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CCFLAGS:= -I$(SQLITE_OUT) -I$(SQLITE_INCLUDE) $(CCFLAGS)
3737

3838
$(SQLITE_SRC_ARCHIVE):
3939
mkdir -p $(@D)
40-
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2025/$(SQLITE_SRC_PREFIX).zip
40+
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2026/$(SQLITE_SRC_PREFIX).zip
4141

4242
$(SQLITE_SRC): $(SQLITE_SRC_ARCHIVE)
4343
unzip -qo $< -d $(TARGET)/tmp-src.$(version)
@@ -57,6 +57,7 @@ $(SQLITE_ARCHIVE): $(SQLITE_AMALGAMATION_ZIP_FROM_SRC)
5757
endif
5858
@mkdir -p $(@D)
5959
cp -v $(SQLITE_AMALGAMATION_ZIP_FROM_SRC) $@ || \
60+
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2026/$(SQLITE_AMAL_PREFIX).zip || \
6061
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2025/$(SQLITE_AMAL_PREFIX).zip || \
6162
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2024/$(SQLITE_AMAL_PREFIX).zip || \
6263
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2023/$(SQLITE_AMAL_PREFIX).zip || \

0 commit comments

Comments
 (0)