Skip to content

Commit

Permalink
update 20.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Jan 10, 2023
1 parent d6d8f39 commit 4f9e9b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions recipes/uwebsockets/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sources:
"20.33.0":
url: "https://github.com/uNetworking/uWebSockets/archive/v20.33.0.tar.gz"
sha256: "cbf2a82e0e6d41e154e73250dcb120246e454da991afcf112856d68e6aad6e25"
"20.36.0":
url: "https://github.com/uNetworking/uWebSockets/archive/v20.36.0.tar.gz"
sha256: "cda266f7ed6abe67ef3cae6e223a580fe5091db9156c1f4123ee328ae21511c9"
"20.17.0":
url: "https://github.com/uNetworking/uWebSockets/archive/v20.17.0.tar.gz"
sha256: "62027b0b847563bcc65a760045dc4233328229fc551f97fe5814e518e272141c"
Expand Down
2 changes: 1 addition & 1 deletion recipes/uwebsockets/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def requirements(self):
self.requires("libdeflate/1.14")

if Version(self.version) > "20.17.0":
self.requires("usockets/0.8.3")
self.requires("usockets/0.8.5")
elif Version(self.version) >= "20.15.0":
self.requires("usockets/0.8.2")
elif Version(self.version) >= "19.0.0":
Expand Down
2 changes: 1 addition & 1 deletion recipes/uwebsockets/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
"20.33.0":
"20.36.0":
folder: all
"20.17.0":
folder: all
Expand Down

0 comments on commit 4f9e9b7

Please sign in to comment.