Skip to content

Commit

Permalink
(#21798) nfrechette-acl: add version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette authored Jan 6, 2024
1 parent d9a611d commit 546214e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/nfrechette-acl/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ sources:
"2.0.6":
url: "https://github.com/nfrechette/acl/archive/v2.0.6.tar.gz"
sha256: "595575d3470eb3a4a572f7c5cb986ea2205ea1271ca3b32b864c569659106311"
"2.1.0":
url: "https://github.com/nfrechette/acl/archive/v2.1.0.tar.gz"
sha256: "0ac8473cd30eb768bae1ef58558e3088242d6fef81f727ce7b5ff5af9be74fce"
2 changes: 1 addition & 1 deletion recipes/nfrechette-acl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("rtm/2.1.5")
self.requires("rtm/2.2.0")

def package_id(self):
self.info.clear()
Expand Down
2 changes: 2 additions & 0 deletions recipes/nfrechette-acl/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ versions:
folder: "all"
"2.0.6":
folder: "all"
"2.1.0":
folder: "all"

0 comments on commit 546214e

Please sign in to comment.