Skip to content

Commit c69e2b9

Browse files
authored
[aws-c-s3] update to 0.8.7 (#46886)
1 parent 88081c2 commit c69e2b9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/aws-c-s3/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO awslabs/aws-c-s3
44
REF "v${VERSION}"
5-
SHA512 10a3d5783be63d020f326d2abac23a335017c4102e439cdc80b2994d5c17c8a8c991ac643d55bd658404b21be58d0bef79627dd89b5b3a0d7c12e47242fd25ea
5+
SHA512 aaaad545ad9dab72fd474e12dac67bba5bde7881960ab6c3194b6fa78e1ca405661974a8e16df016fc9bf07ba4daf4753685325f90938bd1b0a31ee734a63d70
66
HEAD_REF master
77
)
88

ports/aws-c-s3/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-c-s3",
3-
"version": "0.8.2",
3+
"version": "0.8.7",
44
"description": "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.",
55
"homepage": "https://github.com/awslabs/aws-c-s3",
66
"license": "Apache-2.0",

versions/a-/aws-c-s3.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "5ce53d479e40add611c9db66ad436a535cbd3fab",
5+
"version": "0.8.7",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "a8466564667f2673fe118d97a3114fe7e530b931",
510
"version": "0.8.2",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
"port-version": 0
462462
},
463463
"aws-c-s3": {
464-
"baseline": "0.8.2",
464+
"baseline": "0.8.7",
465465
"port-version": 0
466466
},
467467
"aws-c-sdkutils": {

0 commit comments

Comments
 (0)