Skip to content

Commit

Permalink
cern-root: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 22, 2023
1 parent 5e18df8 commit 1289e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/cern-root/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def requirements(self):
self.requires("giflib/5.2.1")
self.requires("glew/2.2.0")
self.requires("glu/system")
self.requires("libcurl/8.1.2")
self.requires("libcurl/8.2.1")
self.requires("libjpeg/9e")
self.requires("libpng/1.6.40")
self.requires("libxml2/2.11.4")
Expand All @@ -80,9 +80,9 @@ def requirements(self):
self.requires("openssl/[>=1.1 <4]")
self.requires("pcre/8.45")
self.requires("sqlite3/3.42.0")
self.requires("onetbb/2020.3")
self.requires("onetbb/2020.3.3")
self.requires("xorg/system")
self.requires("xxhash/0.8.1")
self.requires("xxhash/0.8.2")
self.requires("xz_utils/5.4.2")
self.requires("zstd/1.5.5")

Expand Down

0 comments on commit 1289e7d

Please sign in to comment.