We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cac986 commit 003bf70Copy full SHA for 003bf70
bin/download_sqlite.sh
@@ -10,7 +10,7 @@ set -e
10
mkdir -p tmp
11
pushd tmp
12
13
-wget https://sqlite.org/2023/sqlite-autoconf-$VERSION.tar.gz
+wget https://sqlite.org/2024/sqlite-autoconf-$VERSION.tar.gz
14
15
tar xvfz sqlite-autoconf-$VERSION.tar.gz
16
0 commit comments