[avro-c] update to 1.11.3 (#34851)

* [avro-c] update to 1.11.3

* [avro-c] update to 1.11.3
This commit is contained in:
Jia Yue Hua 2023-11-03 01:39:26 +08:00 committed by GitHub
parent d44882136b
commit 3670bd30ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -6,8 +6,8 @@ endif()
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO apache/avro REPO apache/avro
REF 4e1fefca493029ace961b7ef8889a3722458565a #release-1.11.0 REF "release-${VERSION}"
SHA512 6e787983d68bc6ecffd14ca585917f695bc1ae554de9146a436d342f32321c3e7878cdfa32989742e682ac12a6eb914b3e3b515ca3164f386c0281c8b50b53ad SHA512 728609f562460e1115366663ede2c5d4acbdd6950c1ee3e434ffc65d28b72e3a43c3ebce93d0a8459f0c4f6c492ebb9444e2127a0385f38eb7cdf74b28f0c3ed
HEAD_REF master HEAD_REF master
PATCHES PATCHES
avro.patch # Private vcpkg build fixes avro.patch # Private vcpkg build fixes

View File

@ -1,7 +1,6 @@
{ {
"name": "avro-c", "name": "avro-c",
"version": "1.11.0", "version": "1.11.3",
"port-version": 3,
"description": "Apache Avro is a data serialization system", "description": "Apache Avro is a data serialization system",
"homepage": "https://github.com/apache/avro", "homepage": "https://github.com/apache/avro",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "76ef10758076c92faaae286e1d38c1770dc4f23c",
"version": "1.11.3",
"port-version": 0
},
{ {
"git-tree": "7b07da3abd56565c8d2e75942aab468ece0f3115", "git-tree": "7b07da3abd56565c8d2e75942aab468ece0f3115",
"version": "1.11.0", "version": "1.11.0",

View File

@ -345,8 +345,8 @@
"port-version": 2 "port-version": 2
}, },
"avro-c": { "avro-c": {
"baseline": "1.11.0", "baseline": "1.11.3",
"port-version": 3 "port-version": 0
}, },
"avro-cpp": { "avro-cpp": {
"baseline": "1.11.3", "baseline": "1.11.3",