diff options
| author | ithewei <ithewei@163.com> | 2021-09-14 05:55:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 14:55:05 -0700 |
| commit | 7dc786c123e2c60ee234ef27268baa7a02071310 (patch) | |
| tree | 96108144044bf33bfbac36bb1964329727ca4ee5 /versions | |
| parent | 20f85de001381fe3df9e951ee412639e6604ef9c (diff) | |
| download | vcpkg-7dc786c123e2c60ee234ef27268baa7a02071310.tar.gz vcpkg-7dc786c123e2c60ee234ef27268baa7a02071310.zip | |
[libhv] update to v1.2.1 (#19794)
* [libhv] update to v1.2.1
* vcpkg x-add-version libhv
* [libhv] move dlls from lib to bin
* vcpkg x-add-version --overwrite-version libhv
* [libhv] mkdir bin
* vcpkg x-add-version --overwrite-version libhv
* Don't protect `file(MAKE_DIRECTORY`
Co-authored-by: hewei.it <hewei.it@bytedance.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libhv.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 7b43aff30..be64ffb90 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3337,8 +3337,8 @@ "port-version": 0 }, "libhv": { - "baseline": "1.0.0", - "port-version": 2 + "baseline": "1.2.1", + "port-version": 0 }, "libhydrogen": { "baseline": "2019-08-11", diff --git a/versions/l-/libhv.json b/versions/l-/libhv.json index 9fae80665..a291410e7 100644 --- a/versions/l-/libhv.json +++ b/versions/l-/libhv.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "70132ddc099b347cfea66a4ed2de435abafb9c6f", + "version": "1.2.1", + "port-version": 0 + }, + { "git-tree": "3a460f29d525c6c1ce8154593238960415a24d80", "version": "1.0.0", "port-version": 2 |
