File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -360,14 +360,15 @@ def library_recipes():
360360 ),
361361 dict (
362362 name = "SQLite 3.43.1" ,
363- checksum = "fd32866c281539eae95cd90b5c2c34337d8808822a988211b9b009c1e788e42d" ,
363+ url = "https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz" ,
364+ checksum = "77e61befe9c3298da0504f87772a24b0" ,
364365 extra_cflags = ('-Os '
365- '-DSQLITE_ENABLE_FTS5 '
366- '-DSQLITE_ENABLE_FTS4 '
367- '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
368- '-DSQLITE_ENABLE_RTREE '
369- '-DSQLITE_OMIT_AUTOINIT '
370- '-DSQLITE_TCL=0 '
366+ '-DSQLITE_ENABLE_FTS5 '
367+ '-DSQLITE_ENABLE_FTS4 '
368+ '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
369+ '-DSQLITE_ENABLE_RTREE '
370+ '-DSQLITE_OMIT_AUTOINIT '
371+ '-DSQLITE_TCL=0 '
371372 ),
372373 configure_pre = [
373374 '--enable-threadsafe' ,
You can’t perform that action at this time.
0 commit comments