updated SQLite3 to 3.45.0

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9273 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2024-01-22 19:45:30 +00:00
parent 43e46f61ef
commit ea5b96f477
2 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,6 @@
The author disclaims copyright to this source code. In place of
a legal notice, here is a blessing:
* May you do good and not evil.
* May you find forgiveness for yourself and forgive others.
* May you share freely, never taking more than you give.

View File

@ -202,11 +202,11 @@ set(OSG_HASH SHA256=0e9e3e4cc6f463f21a901934a95e9264b231a1d5db90f72dcb4b8cc94b0d
# sqlite3
message(STATUS "Note the YEAR in the path AND hard-coded filename")
set(SQLITE3_VERSION 3.44.0)
set(SQLITE3_VERSION 3.45.0)
set(SQLITE3_PROJECT sqlite3-${SQLITE3_VERSION})
set(SQLITE3_FILE sqlite-amalgamation-3440000.zip)
set(SQLITE3_URL https://www.sqlite.org/2023/${SQLITE3_FILE})
set(SQLITE3_HASH SHA256=93299c8d2c8397622fe00bd807204b1f58815f45bda8097bf93b3bf759a3ebad)
set(SQLITE3_FILE sqlite-amalgamation-3450000.zip)
set(SQLITE3_URL https://www.sqlite.org/2024/${SQLITE3_FILE})
set(SQLITE3_HASH SHA256=bde30d13ebdf84926ddd5e8b6df145be03a577a48fd075a087a5dd815bcdf740)
# GLM
set(GLM_VERSION 0.9.9.8)