mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
		
							parent
							
								
									1b1f8398d0
								
							
						
					
					
						commit
						13eb5215c9
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -359,9 +359,9 @@ def library_recipes():
 | 
				
			||||||
                  ),
 | 
					                  ),
 | 
				
			||||||
          ),
 | 
					          ),
 | 
				
			||||||
          dict(
 | 
					          dict(
 | 
				
			||||||
              name="SQLite 3.44.2",
 | 
					              name="SQLite 3.45.1",
 | 
				
			||||||
              url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz",
 | 
					              url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz",
 | 
				
			||||||
              checksum="c02f40fd4f809ced95096250adc5764a",
 | 
					              checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a",
 | 
				
			||||||
              extra_cflags=('-Os '
 | 
					              extra_cflags=('-Os '
 | 
				
			||||||
                            '-DSQLITE_ENABLE_FTS5 '
 | 
					                            '-DSQLITE_ENABLE_FTS5 '
 | 
				
			||||||
                            '-DSQLITE_ENABLE_FTS4 '
 | 
					                            '-DSQLITE_ENABLE_FTS4 '
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1 @@
 | 
				
			||||||
 | 
					Update macOS installer to use SQLite 3.45.1.
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue