Skip to content

Commit

Permalink
Update asio to v1.22.1-p1 (#564)
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Sheth <rahul@snap.com>
  • Loading branch information
Tradias and rbsheth committed Jun 9, 2022
1 parent 1a8c4b4 commit 123a702
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ hunter_default_version(android_support_repository_packer VERSION 1.0.0)
hunter_default_version(angles VERSION 1.9.11-p0)
hunter_default_version(apg VERSION 0.0.0-b322f7a-p0)
hunter_default_version(arabica VERSION 0.0.0-a202766-p0)
hunter_default_version(asio VERSION 1.17.0-p0)
hunter_default_version(asio VERSION 1.22.1-p1)
hunter_default_version(asio-grpc VERSION 1.7.0)
hunter_default_version(astc-encoder VERSION 3.0-7257cbd-p0)
hunter_default_version(autobahn-cpp VERSION 0.2.0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/asio/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ hunter_add_version(
21239ee00b2f765db4d3f2dcd9ee953c1650c3f1
)

hunter_add_version(
PACKAGE_NAME
asio
VERSION
1.22.1-p1
URL
"https://github.com/cpp-pm/asio/archive/v1.22.1-p1.tar.gz"
SHA1
a3a9a8b1f00d97323ef825586a01783b502f7e56
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(asio)
hunter_download(PACKAGE_NAME asio)

0 comments on commit 123a702

Please sign in to comment.