mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 00:58:01 +08:00
[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:
parent
d44882136b
commit
3670bd30ef
@ -6,8 +6,8 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO apache/avro
|
||||
REF 4e1fefca493029ace961b7ef8889a3722458565a #release-1.11.0
|
||||
SHA512 6e787983d68bc6ecffd14ca585917f695bc1ae554de9146a436d342f32321c3e7878cdfa32989742e682ac12a6eb914b3e3b515ca3164f386c0281c8b50b53ad
|
||||
REF "release-${VERSION}"
|
||||
SHA512 728609f562460e1115366663ede2c5d4acbdd6950c1ee3e434ffc65d28b72e3a43c3ebce93d0a8459f0c4f6c492ebb9444e2127a0385f38eb7cdf74b28f0c3ed
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
avro.patch # Private vcpkg build fixes
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "avro-c",
|
||||
"version": "1.11.0",
|
||||
"port-version": 3,
|
||||
"version": "1.11.3",
|
||||
"description": "Apache Avro is a data serialization system",
|
||||
"homepage": "https://github.com/apache/avro",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "76ef10758076c92faaae286e1d38c1770dc4f23c",
|
||||
"version": "1.11.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7b07da3abd56565c8d2e75942aab468ece0f3115",
|
||||
"version": "1.11.0",
|
||||
|
@ -345,8 +345,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"avro-c": {
|
||||
"baseline": "1.11.0",
|
||||
"port-version": 3
|
||||
"baseline": "1.11.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"avro-cpp": {
|
||||
"baseline": "1.11.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user