Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions ports/aws-c-s3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-s3
REF "v${VERSION}"
SHA512 0af7a67535c5cd69320945af5d1118d7c15b4d7abb9d3db1550f67306f7190b88533ebc2275edb3d49fadb88dea2595234b5cbb24eb2eb34589ac89467a8f83c
SHA512 90c24d34b218909f7216c320a32b46fd5f1a9d8018e9e56a2d0f715bc42122162fdc4b19cf6d4d0f4d36a3b873838a841b3d3b5ca3850aa5699d3256b4848c33
HEAD_REF master
)

Expand Down Expand Up @@ -35,4 +35,8 @@ file(REMOVE_RECURSE

vcpkg_copy_pdbs()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
vcpkg_install_copyright(
FILE_LIST
"${SOURCE_PATH}/LICENSE"
"${SOURCE_PATH}/NOTICE"
)
2 changes: 1 addition & 1 deletion ports/aws-c-s3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-c-s3",
"version": "0.13.4",
"version": "0.13.5",
"description": "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.",
"homepage": "https://github.com/awslabs/aws-c-s3",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-s3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5126f1d280cdbfda981743f3a61f8e3b63f72965",
"version": "0.13.5",
"port-version": 0
},
{
"git-tree": "908491bed2c9a0b624c08ca361300e90b4afede8",
"version": "0.13.4",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
"port-version": 0
},
"aws-c-s3": {
"baseline": "0.13.4",
"baseline": "0.13.5",
"port-version": 0
},
"aws-c-sdkutils": {
Expand Down
Loading