diff --git a/ports/aws-c-compression/portfile.cmake b/ports/aws-c-compression/portfile.cmake index 8166fdad0cf206..9fbc43ed619dcc 100644 --- a/ports/aws-c-compression/portfile.cmake +++ b/ports/aws-c-compression/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO awslabs/aws-c-compression REF "v${VERSION}" - SHA512 02c569751c55b95032bef9b718ca8e2b66b4bd85355f31623ab65621373ec39999231d0a1ceb4fe5f83aa42b9c1d153ffb36ccadfb86f78ad43246d26532cc97 + SHA512 a44549d441e21c6f7b6a3b5d3c8ea7228e066cd7026432c121683abca54014c439790143108150e3f502be13d43102e6c99c1de0288b1a373060733f47cc57d9 HEAD_REF master ) diff --git a/ports/aws-c-compression/vcpkg.json b/ports/aws-c-compression/vcpkg.json index b07f295f53b5fc..dd9765daa72b24 100644 --- a/ports/aws-c-compression/vcpkg.json +++ b/ports/aws-c-compression/vcpkg.json @@ -1,6 +1,6 @@ { "name": "aws-c-compression", - "version": "0.3.1", + "version": "0.3.2", "description": "C99 implementation of huffman encoding/decoding", "homepage": "https://github.com/awslabs/aws-c-compression", "license": "Apache-2.0", diff --git a/versions/a-/aws-c-compression.json b/versions/a-/aws-c-compression.json index 37d608d061dd9f..a307baf2a658dc 100644 --- a/versions/a-/aws-c-compression.json +++ b/versions/a-/aws-c-compression.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "904823bf56e3ee5053cd8453091eab07f49e6613", + "version": "0.3.2", + "port-version": 0 + }, { "git-tree": "a84c654950be7641adf0b74f6a32d65e1001b3de", "version": "0.3.1", diff --git a/versions/baseline.json b/versions/baseline.json index 29dbc1b01606f4..554991e9031332 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -453,7 +453,7 @@ "port-version": 0 }, "aws-c-compression": { - "baseline": "0.3.1", + "baseline": "0.3.2", "port-version": 0 }, "aws-c-event-stream": {