Skip to content

Commit

Permalink
[asio] update 1.28.2 (#34755)
Browse files Browse the repository at this point in the history
* Update asio version

* update database

* fix sha hash

* Update database
  • Loading branch information
Ómar Högni Guðmarsson committed Oct 31, 2023
1 parent 4a5beaf commit c82acfb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/asio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO chriskohlhoff/asio
REF asio-1-28-1
SHA512 4ba0944b203e18524016de2e21ffa0fa6325414af5f6cff6d02450c15e0d7111cec91f7f125ae78d3b3a6f76c6b2c7155738d1830b3250e98c68b5304328f345
REF asio-1-28-2
SHA512 435c13f6f14a35bde042c6d86965ec104ae33be0b6a3c156518b29f851ad2b69c67bf760a20932d847e3b171f571bedc541c6a0d0541980aee8558b09e70357f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/asio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asio",
"version": "1.28.1",
"version": "1.28.2",
"description": "Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.",
"homepage": "https://github.com/chriskohlhoff/asio",
"documentation": "https://think-async.com/Asio/asio-1.28.0/doc/",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/asio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c8d95a50172d0fd6bf736540379a37a4ec0a512",
"version": "1.28.2",
"port-version": 0
},
{
"git-tree": "c0b1256bf350481cdba09fb8586852ca0560e024",
"version": "1.28.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"port-version": 0
},
"asio": {
"baseline": "1.28.1",
"baseline": "1.28.2",
"port-version": 0
},
"asio-grpc": {
Expand Down

0 comments on commit c82acfb

Please sign in to comment.