From 856239a7a7380e52ba7ff327d6ff873e9e21c0bb Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 13 Jul 2020 17:38:48 +0530 Subject: [PATCH] sqlite: Fix build on Windows with MSVC We need to use the latest sqlite wrap version which fixes a bug where symbols weren't getting exported and the import library couldn't be created, so libsoup couldn't find sqlite. Part-of: --- subprojects/sqlite.wrap | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subprojects/sqlite.wrap b/subprojects/sqlite.wrap index a9c9eb03d5..6934dc4f3d 100644 --- a/subprojects/sqlite.wrap +++ b/subprojects/sqlite.wrap @@ -1,10 +1,10 @@ [wrap-file] -directory = sqlite-amalgamation-3250100 +directory = sqlite-amalgamation-3310100 -source_url = https://www.sqlite.org/2018/sqlite-amalgamation-3250100.zip -source_filename = sqlite-amalgamation-3250100.zip -source_hash = 6c68b6364fa0e01d9d05088ba473ac4e7a6fbc64f9b9aeb6d830f944e2a1fa03 +source_url = https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip +source_filename = sqlite-amalgamation-3310100.zip +source_hash = f3c79bc9f4162d0b06fa9fe09ee6ccd23bb99ce310b792c5145f87fbcc30efca -patch_url = https://github.com/mesonbuild/sqlite/releases/download/3250100-2/sqlite.zip -patch_filename = sqlite.zip -patch_hash = b8b4c04b02f20a842b013a2609a8ebb367669a39e4077eba4892796ede39f6ec +patch_url = https://wrapdb.mesonbuild.com/v1/projects/sqlite/3310100/1/get_zip +patch_filename = sqlite-3310100-1-wrap.zip +patch_hash = 81f8efc1cbed88226b2fcd7c0221a90f43613fd8c311b8f653c3487cc88363cd