Skip to content

Commit

Permalink
Use newer sqlite version using the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowack authored and ccadar committed Mar 30, 2022
1 parent ebdaaf1 commit 9678ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/p-sqlite.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setup_build_variables_sqlite() {
SQLITE_VERSION="3320300"
SQLITE_VERSION="3370200"
SQLITE_SRC_PATH="${BASE}/sqlite-amalgamation-${SQLITE_VERSION}"
SQLITE_INSTALL_PATH=${SQLITE_SRC_PATH}
SQLITE_SUFFIX="${SANITIZER_SUFFIX}"
Expand All @@ -8,7 +8,7 @@ setup_build_variables_sqlite() {
download_sqlite() {
# Get sqlite release
cd "${BASE}"
wget --no-check-certificate "https://www.sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip"
wget --no-check-certificate "https://www.sqlite.org/2022/sqlite-amalgamation-${SQLITE_VERSION}.zip"
unzip "sqlite-amalgamation-${SQLITE_VERSION}.zip"
}

Expand Down

0 comments on commit 9678ab3

Please sign in to comment.