From 9517774af698bc0d2ddc9b1e737459a09fe9502a Mon Sep 17 00:00:00 2001 From: Strawberry Bot Date: Tue, 14 Jan 2025 12:46:57 +0100 Subject: [PATCH] Update sqlite3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60c78e0..0e05574 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ env: orc_version: '0.4.40' - sqlite3_version: '3470200' + sqlite3_version: '3480000' glib_version: '2.83.2' @@ -1367,7 +1367,7 @@ jobs: - name: Download SQLite shell: bash working-directory: downloads - run: curl ${{env.curl_options}} https://sqlite.org/2024/sqlite-autoconf-${{env.sqlite3_version}}.tar.gz + run: curl ${{env.curl_options}} https://sqlite.org/2025/sqlite-autoconf-${{env.sqlite3_version}}.tar.gz - name: Extract SQLite shell: bash