Skip to content

Commit

Permalink
lief: add version 0.13.2, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Sep 3, 2023
1 parent b4f452f commit fcc5cb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions recipes/lief/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.13.2":
url: "https://github.com/lief-project/LIEF/archive/0.13.2.tar.gz"
sha256: "c68ef94ee613c6557faccc135bdaba4322c2e044be2b806ceea1de763cc099cf"
"0.13.1":
url: "https://github.com/lief-project/LIEF/archive/0.13.1.tar.gz"
sha256: "a3a846e9b6ce2acf89ef4687e870f41ca703f18fee3e7f501ebb05ee1aeb1847"
Expand All @@ -15,6 +18,10 @@ sources:
url: "https://github.com/lief-project/LIEF/archive/0.10.1.tar.gz"
sha256: "6f30c98a559f137e08b25bcbb376c0259914b33c307b8b901e01ca952241d00a"
patches:
"0.13.2":
- patch_file: "patches/0.13.0-001_link_to_conan.patch"
patch_description: "find conan package and link these"
patch_type: "conan"
"0.13.1":
- patch_file: "patches/0.13.0-001_link_to_conan.patch"
patch_description: "find conan package and link these"
Expand Down
4 changes: 2 additions & 2 deletions recipes/lief/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ def requirements(self):
if Version(self.version) < "0.12.2":
self.requires("rang/3.2")
else:
self.requires("utfcpp/3.2.3")
self.requires("utfcpp/3.2.4")
# lief doesn't supprot spdlog/1.11.0 with fmt/9.x yet.
self.requires("spdlog/1.10.0")
self.requires("boost/1.81.0", transitive_headers=True)
self.requires("boost/1.83.0", transitive_headers=True)
self.requires("tcb-span/cci.20220616", transitive_headers=True)
if self.options.with_json:
self.requires("nlohmann_json/3.11.2")
Expand Down
2 changes: 2 additions & 0 deletions recipes/lief/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"0.13.2":
folder: "all"
"0.13.1":
folder: "all"
"0.13.0":
Expand Down

0 comments on commit fcc5cb5

Please sign in to comment.