Skip to content

Commit

Permalink
gdal: bump sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Jun 10, 2020
1 parent 681efd9 commit f5eecdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/gdal/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def requirements(self):
# if self.options.with_spatialite:
# self.requires("libspatialite/4.3.0a")
if self.options.get_safe("with_sqlite3"):
self.requires("sqlite3/3.31.1")
self.requires("sqlite3/3.32.1")
# if self.options.with_rasterlite2:
# self.requires("rasterlite2/x.x.x")
if self.options.get_safe("with_pcre"):
Expand Down

0 comments on commit f5eecdf

Please sign in to comment.