From fbf25ddd1119211278c257f2e19c96a9d5a6ede7 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:33:48 +0800 Subject: [PATCH] [aws-c-http] update to 0.8.1 (#37139) - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [X] SHA512s are updated for each updated download - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. --- ports/aws-c-http/portfile.cmake | 2 +- ports/aws-c-http/vcpkg.json | 2 +- versions/a-/aws-c-http.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/aws-c-http/portfile.cmake b/ports/aws-c-http/portfile.cmake index 7ced2cb23e..f8eaba6852 100644 --- a/ports/aws-c-http/portfile.cmake +++ b/ports/aws-c-http/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO awslabs/aws-c-http REF "v${VERSION}" - SHA512 c440ad1590c050c45634f0245fb26e9193b00e3020d26e132715ca1321fa4a36f1cc765753950c2f220a05ec7a6fe3ffa31c07ed0e83d40447714c65cbd36fb9 + SHA512 2697b728d3bebaf1013a6568899ae41c3b93590079ec2d61c8b9718f3195c5662a8c27bf64f28fa8ccbc6b58660aa0cf9e7e0922a17fe257d20431a393f24abe HEAD_REF master ) diff --git a/ports/aws-c-http/vcpkg.json b/ports/aws-c-http/vcpkg.json index 431ea3e1f3..d480b98655 100644 --- a/ports/aws-c-http/vcpkg.json +++ b/ports/aws-c-http/vcpkg.json @@ -1,6 +1,6 @@ { "name": "aws-c-http", - "version": "0.8.0", + "version": "0.8.1", "description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications", "homepage": "https://github.com/awslabs/aws-c-http", "license": "Apache-2.0", diff --git a/versions/a-/aws-c-http.json b/versions/a-/aws-c-http.json index 37e35089b6..bca3f23fd4 100644 --- a/versions/a-/aws-c-http.json +++ b/versions/a-/aws-c-http.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f8adfd9bb00f8f94f20462e0cfdcac07ccdf6a94", + "version": "0.8.1", + "port-version": 0 + }, { "git-tree": "aa98598f65061ac8a183b36862eac0c4e89d38a8", "version": "0.8.0", diff --git a/versions/baseline.json b/versions/baseline.json index c9d8922e73..244c2cd274 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -385,7 +385,7 @@ "port-version": 0 }, "aws-c-http": { - "baseline": "0.8.0", + "baseline": "0.8.1", "port-version": 0 }, "aws-c-io": {