Skip to content

Commit

Permalink
(#24292) octo-logger-cpp: add version 1.12.0, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jun 12, 2024
1 parent 4a95bbf commit 91626c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions recipes/octo-logger-cpp/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.12.0":
url: "https://github.com/ofiriluz/octo-logger-cpp/archive/v1.12.0.tar.gz"
sha256: "bcf5fffebd478e9d1f192591dca44642f3ed3335b0d2ec4ea982ab75fbee62d7"
"1.11.0":
url: "https://github.com/ofiriluz/octo-logger-cpp/archive/v1.11.0.tar.gz"
sha256: "73c35ca2a2e0c4be2cd85c5ba1f4061bbc22637fe79570107f1123eff30936db"
Expand Down
4 changes: 2 additions & 2 deletions recipes/octo-logger-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("fmt/10.1.1", transitive_headers=True)
self.requires("fmt/10.2.1", transitive_headers=True)
if self.options.get_safe("with_aws"):
self.requires("nlohmann_json/3.11.2")
self.requires("nlohmann_json/3.11.3")
self.requires("aws-sdk-cpp/1.9.234")

def validate(self):
Expand Down
2 changes: 2 additions & 0 deletions recipes/octo-logger-cpp/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.12.0":
folder: "all"
"1.11.0":
folder: "all"
"1.9.0":
Expand Down

0 comments on commit 91626c4

Please sign in to comment.