Skip to content

Commit

Permalink
[aws-c-compression] update to 0.2.18 (microsoft#37562)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Mar 20, 2024
1 parent b72d02c commit ce61862
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/aws-c-compression/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-compression
REF "v${VERSION}"
SHA512 7813ae3d19336a187dd218d22748a09b397aea68f344e44ce0472490babdd7c7a4bb94d586a38d7f0c7d3b6f29502ec9ccf080b020e15fd24891ec1b3cdb4663
SHA512 1f955719fbaa40a7b57b2a6cffac485ce0008fdcbddcea10785456458d16a402b43f8129dd9fd4d057031c3aa83f5e65b9e0b72879e2a56ad23235ab048d0646
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/aws-c-compression/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-c-compression",
"version": "0.2.17",
"version": "0.2.18",
"description": "C99 implementation of huffman encoding/decoding",
"homepage": "https://github.com/awslabs/aws-c-compression",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-compression.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9374b8a4edeeba54be2e5807b04cf38cb1f37919",
"version": "0.2.18",
"port-version": 0
},
{
"git-tree": "a0373f54fe747cd91672c56b2d86ce0e8d9e4491",
"version": "0.2.17",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"port-version": 0
},
"aws-c-compression": {
"baseline": "0.2.17",
"baseline": "0.2.18",
"port-version": 0
},
"aws-c-event-stream": {
Expand Down

0 comments on commit ce61862

Please sign in to comment.