Skip to content

Commit

Permalink
[libhv] update to 1.3.0 (microsoft#28105)
Browse files Browse the repository at this point in the history
* [libhv] update to 1.3.0

* update version
  • Loading branch information
JonLiu1993 authored Dec 2, 2022
1 parent b7422eb commit 1a6e66e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 28 deletions.
22 changes: 0 additions & 22 deletions ports/libhv/fix-include_header.patch

This file was deleted.

6 changes: 2 additions & 4 deletions ports/libhv/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ithewei/libhv
REF 8d14d1a6cd4accbda9e081716a59395b523303f6 #v1.2.6
SHA512 d40063f2b2f8191965fd4434b80a17f505819a20fd63aefa63c08663d0acc82d086338f0382ab70289dff0417a8ec922f993d36c4007a1a13c7ce34d71018f83
REF 3a67fe506a291ee94ed80bbdd73553fcb6a6b1ef #v1.3.0
SHA512 3aa341a94950b0d4f3351a6f62a4c34947b481bb59f1954dd8d031313e73d9c6add1017cf386c507b231b114d80cfc0739a50bed179bdbc31052c86e2f1321a3
HEAD_REF master
PATCHES
fix-include_header.patch
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" BUILD_STATIC)
Expand Down
2 changes: 1 addition & 1 deletion ports/libhv/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libhv",
"version": "1.2.6",
"version": "1.3.0",
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
"homepage": "https://github.com/ithewei/libhv",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3833,7 +3833,7 @@
"port-version": 0
},
"libhv": {
"baseline": "1.2.6",
"baseline": "1.3.0",
"port-version": 0
},
"libhydrogen": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libhv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4a1197a59a8b7adec8ce11a66ece9d7f72cf0ee8",
"version": "1.3.0",
"port-version": 0
},
{
"git-tree": "e382c63e132653ac3e2062b4fa0d182242c4da3a",
"version": "1.2.6",
Expand Down

0 comments on commit 1a6e66e

Please sign in to comment.