Skip to content

Commit

Permalink
gdal: bump json-c and proj
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Jun 10, 2020
1 parent bd215a3 commit 6061a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/gdal/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ def build_requirements(self):
self.build_requires("libtool/2.4.6")

def requirements(self):
self.requires("json-c/0.13.1")
self.requires("json-c/0.14")
self.requires("libgeotiff/1.6.0")
# self.requires("libopencad/0.0.2") # TODO: use conan recipe when available instead of internal one
self.requires("libtiff/4.1.0")
self.requires("proj/7.0.0")
self.requires("proj/7.0.1")
if tools.Version(self.version) >= "3.1.0":
self.requires("flatbuffers/1.12.0")
if self.options.get_safe("with_zlib", True):
Expand Down

0 comments on commit 6061a03

Please sign in to comment.