Skip to content

Commit

Permalink
gdal: update sqlite3 version to fix conflict with proj
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jul 9, 2024
1 parent 4c4ff15 commit 9f59e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/gdal/post_3.5.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def requirements(self):
if self.options.with_spatialite:
self.requires("libspatialite/5.1.0")
if self.options.with_sqlite3:
self.requires("sqlite3/3.44.2")
self.requires("sqlite3/3.45.3")
if self.options.with_tiledb:
self.requires("tiledb/2.21.0")
if self.options.with_webp:
Expand Down

0 comments on commit 9f59e36

Please sign in to comment.