Skip to content

Commit

Permalink
(#25356) quill: add version 7.2.1
Browse files Browse the repository at this point in the history
* quill: add version 7.2.0

* update 7.2.1
  • Loading branch information
toge authored Sep 23, 2024
1 parent aed0fd7 commit 67e5b6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/quill/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"7.2.1":
url: "https://github.com/odygrd/quill/releases/download/v7.2.1/quill-7.2.1.zip"
sha256: "5ca27bbb8866489a9c2fb1da628d9ddfed423cbba1dd1d07c793d7a8237cfaab"
"7.1.0":
url: "https://github.com/odygrd/quill/releases/download/v7.1.0/quill-7.1.0.zip"
sha256: "3edd1e142ae1a5b6d548c8af5bcf4339bf5889e49ade0806a4269c9587b954ae"
Expand Down
1 change: 0 additions & 1 deletion recipes/quill/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def validate(self):
def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)


def _patch_sources(self):
# remove bundled fmt
rmdir(self, os.path.join(self.source_folder, "quill", "quill", "include", "quill", "bundled", "fmt"))
Expand Down
2 changes: 2 additions & 0 deletions recipes/quill/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"7.2.1":
folder: "all"
"7.1.0":
folder: "all"
"6.1.0":
Expand Down

0 comments on commit 67e5b6d

Please sign in to comment.