Fix aws-checksums not building on Windows (#21082)

* Fix aws-checksums not building on Windows

https://github.com/microsoft/vcpkg/issues/21081

* add port-version

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
Xanather 2021-11-06 07:34:11 +08:00 committed by GitHub
parent 23157c1545
commit 31f8e17aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,10 @@
{ {
"name": "aws-checksums", "name": "aws-checksums",
"version": "0.1.11", "version": "0.1.11",
"port-version": 1,
"description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.", "description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
"homepage": "https://github.com/awslabs/aws-checksums", "homepage": "https://github.com/awslabs/aws-checksums",
"supports": "!arm & !windows", "supports": "!arm",
"dependencies": [ "dependencies": [
"aws-c-common", "aws-c-common",
{ {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "120921754d48ecb075658abd01dc56b73e7f25f4",
"version": "0.1.11",
"port-version": 1
},
{ {
"git-tree": "60a67f9776bc5957aa27bf0cd2ad36fb10a7bc04", "git-tree": "60a67f9776bc5957aa27bf0cd2ad36fb10a7bc04",
"version": "0.1.11", "version": "0.1.11",

View File

@ -294,7 +294,7 @@
}, },
"aws-checksums": { "aws-checksums": {
"baseline": "0.1.11", "baseline": "0.1.11",
"port-version": 0 "port-version": 1
}, },
"aws-crt-cpp": { "aws-crt-cpp": {
"baseline": "0.15.1", "baseline": "0.15.1",