Skip to content

Commit

Permalink
gdal: bump tiledb, poppler, kealib
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 26, 2024
1 parent bf905e5 commit 625bf43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/gdal/post_3.5.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def requirements(self):
if self.options.with_jxl:
self.requires("libjxl/0.6.1")
if self.options.with_kea:
self.requires("kealib/1.4.14")
self.requires("kealib/1.5.2")
if self.options.with_lerc:
self.requires("lerc/4.0.1")
if self.options.get_safe("with_libaec"):
Expand Down Expand Up @@ -279,7 +279,7 @@ def requirements(self):
if self.options.with_podofo:
self.requires("podofo/0.9.7")
if self.options.with_poppler:
self.requires("poppler/21.07.0")
self.requires("poppler/24.03.0")
if self.options.with_qhull:
self.requires("qhull/8.0.1")
if self.options.with_rasterlite2:
Expand All @@ -289,7 +289,7 @@ def requirements(self):
if self.options.with_sqlite3:
self.requires("sqlite3/3.44.2")
if self.options.with_tiledb:
self.requires("tiledb/2.17.4")
self.requires("tiledb/2.21.0")
if self.options.with_webp:
self.requires("libwebp/1.3.2")
if self.options.with_xerces:
Expand Down

0 comments on commit 625bf43

Please sign in to comment.