diff options
| author | 7FrogTW <jjyyg1123@gmail.com> | 2021-10-14 05:50:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 14:50:36 -0700 |
| commit | 28af86cc15b53c09de6c0457e0ac737795e497e2 (patch) | |
| tree | e0581a360d4d9fff9964892d4e9908a80041d0a7 | |
| parent | 1f5e8e4e9b5101a04634e83ae20c147042bfafd2 (diff) | |
| download | vcpkg-28af86cc15b53c09de6c0457e0ac737795e497e2.tar.gz vcpkg-28af86cc15b53c09de6c0457e0ac737795e497e2.zip | |
[nghttp2] v1.45.1 (#20688)
| -rw-r--r-- | ports/nghttp2/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/nghttp2/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/n-/nghttp2.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/nghttp2/portfile.cmake b/ports/nghttp2/portfile.cmake index a13769280..911db59dc 100644 --- a/ports/nghttp2/portfile.cmake +++ b/ports/nghttp2/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nghttp2/nghttp2 - REF b799b063f882cc97f8484e95b41d0326260d9b93 # v1.44.0 - SHA512 8e4a5d0b146606d1150b43c539244f615540bc25eab30bf67c673cccecdb3d4a02d99fb0136d81dc7ad4a579d9b38e62d91b1431884a8891c0d325c036cc4073 + REF 53dfaad925dc2274488dd61bb47e613a9539371a # v1.45.1 + SHA512 35e92195434c1668b457374a4d0800d103947de1942f447a1adc5d243efad0a0b09911bfe30c62f1df9946246d61de9891529f1399c75db6ad6643e1fbd72a38 HEAD_REF master ) diff --git a/ports/nghttp2/vcpkg.json b/ports/nghttp2/vcpkg.json index 6528683f2..c8ae19e72 100644 --- a/ports/nghttp2/vcpkg.json +++ b/ports/nghttp2/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nghttp2", - "version": "1.44.0", + "version": "1.45.1", "description": "Implementation of the Hypertext Transfer Protocol version 2 in C", "homepage": "https://github.com/nghttp2/nghttp2", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 06e289b23..48ed54798 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4585,7 +4585,7 @@ "port-version": 2 }, "nghttp2": { - "baseline": "1.44.0", + "baseline": "1.45.1", "port-version": 0 }, "ngspice": { diff --git a/versions/n-/nghttp2.json b/versions/n-/nghttp2.json index 4cd034bb3..49b7596b4 100644 --- a/versions/n-/nghttp2.json +++ b/versions/n-/nghttp2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e765c53ede7876249ec80ae256b96c468d394734", + "version": "1.45.1", + "port-version": 0 + }, + { "git-tree": "7d98b71b7948db8173a563483081700e706268b0", "version": "1.44.0", "port-version": 0 |
