diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-03-11 04:01:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 14:01:27 -0600 |
| commit | d3c432d955df8768f9c3b88f2fb96dd10644a305 (patch) | |
| tree | c65552f6e688a72f594372732e84dab97e7ce729 /versions | |
| parent | c3c77073f8716121521a38a60be700824f5a9939 (diff) | |
| download | vcpkg-d3c432d955df8768f9c3b88f2fb96dd10644a305.tar.gz vcpkg-d3c432d955df8768f9c3b88f2fb96dd10644a305.zip | |
[hiredis] Fix include path (#16512)
* [hiredis] Fix include path
* Update versions
* Update ports/hiredis/vcpkg.json
* Update versions/h-/hiredis.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/hiredis.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c57ce41b8..f6bf334d0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2418,7 +2418,7 @@ }, "hiredis": { "baseline": "1.0.0", - "port-version": 0 + "port-version": 1 }, "hpx": { "baseline": "1.6.0", diff --git a/versions/h-/hiredis.json b/versions/h-/hiredis.json index 5522d98ff..50d4361ee 100644 --- a/versions/h-/hiredis.json +++ b/versions/h-/hiredis.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3ce136eecabedaebd15eb4a454c2ecf89f90e9c3", + "version": "1.0.0", + "port-version": 1 + }, + { "git-tree": "e9c2ffbff25b0e22f0b09ec594b3f4288f685762", "version-string": "1.0.0", "port-version": 0 |
