Skip to content

Commit

Permalink
(#14808) netcdf - bump libcurl dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulharris authored Dec 19, 2022
1 parent afa14e6 commit ac2b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/netcdf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def requirements(self):
self.requires("hdf5/1.13.1")

if self.options.dap or self.options.byterange:
self.requires("libcurl/7.85.0")
self.requires("libcurl/7.86.0")

def source(self):
get(self, **self.conan_data["sources"][self.version], destination=self.source_folder, strip_root=True)
Expand Down

0 comments on commit ac2b0df

Please sign in to comment.