Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/avro-cpp/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 apache/avro
REF "release-${VERSION}"
SHA512 8cc6ef3cf1e0a919118c8ba5817a1866dc4f891fa95873c0fe1b4b388858fbadee8ed50406fa0006882cab40807fcf00c5a2dcd500290f3868d9d06b287eacb6
SHA512 4e7fd7ebb41f6149a499d0d38babd99d07f936143b47a60f7c568a589fb0e6369301c7230bde518b554eaeaa9ded1ed1fae2661cbd5ebc49fb5f22d97c066f05
HEAD_REF master
PATCHES
fix-cmake.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/avro-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "avro-cpp",
"version": "1.12.0",
"port-version": 2,
"version": "1.12.1",
"description": "Apache Avro is a data serialization system",
"homepage": "https://github.com/apache/avro",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/avro-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6c38a3e746492ebdf67515fdbff240a46e1e7fdd",
"version": "1.12.1",
"port-version": 0
},
{
"git-tree": "4ef85ccd3feb1c611ad245ab1ead9796b09b1bc9",
"version": "1.12.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@
"port-version": 0
},
"avro-cpp": {
"baseline": "1.12.0",
"port-version": 2
"baseline": "1.12.1",
"port-version": 0
},
"awlib": {
"baseline": "2024-04-06",
Expand Down
Loading