forked from speed-dreams/speed-dreams-code
Update (unused) sqlite to 3.36.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7624 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 704c20f8a4cc52e59095a9ad0e50bc8adb8600b7 Former-commit-id: 700c47198fe847a2c81735fe342ffeb32b481698
This commit is contained in:
parent
dad7adb296
commit
600fdeeba3
1 changed files with 4 additions and 4 deletions
|
@ -178,8 +178,8 @@ set(OSG_HASH SHA256=0e9e3e4cc6f463f21a901934a95e9264b231a1d5db90f72dcb4b8cc94b0d
|
|||
|
||||
# sqlite3
|
||||
message(STATUS "Note the YEAR in the path AND hard-coded filename")
|
||||
set(SQLITE3_VERSION 3.33.0)
|
||||
set(SQLITE3_VERSION 3.36.0)
|
||||
set(SQLITE3_PROJECT sqlite3-${SQLITE3_VERSION})
|
||||
set(SQLITE3_FILE sqlite-amalgamation-3330000.zip)
|
||||
set(SQLITE3_URL https://www.sqlite.org/2020/${SQLITE3_FILE})
|
||||
set(SQLITE3_HASH SHA256=b34f4c0c0eefad9a7e515c030c18702e477f4ef7d8ade6142bdab8011b487ac6)
|
||||
set(SQLITE3_FILE sqlite-amalgamation-3360000.zip)
|
||||
set(SQLITE3_URL https://www.sqlite.org/2021/${SQLITE3_FILE})
|
||||
set(SQLITE3_HASH SHA256=999826fe4c871f18919fdb8ed7ec9dd8217180854dd1fe21eea96aed36186729)
|
||||
|
|
Loading…
Reference in a new issue