Skip to content
Merged
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/aeron/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aeron-io/aeron
REF "${VERSION}"
SHA512 936b3a0d6903cc54246c41b946c8964b5f2957b115364445302764a579bbcc6d3c569c924aa44f96db309c0a90cef06779b608c6fc35c8284a041ff4d266f9db
SHA512 9d2e862eb8b5c17716d8c913640271d932ebc7129f000d58266b4144b20da502abaad45c603b37ed4ddfff8a12cb0f7d41d4631148fb7ca28f1bbdcead95bd42
HEAD_REF master
PATCHES
patches/add-libuuid-vcpkg-support.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/aeron/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "aeron",
"version": "1.50.0",
"port-version": 1,
"version": "1.50.1",
"description": "Efficient reliable UDP unicast, UDP multicast, and IPC message transport",
"homepage": "https://github.com/aeron-io/aeron",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aeron.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "260a9c8e2961db374a535bbb3533b909f12fb615",
"version": "1.50.1",
"port-version": 0
},
{
"git-tree": "c97b0811df0fb92977a80ee98b10da0777bee14e",
"version": "1.50.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"port-version": 0
},
"aeron": {
"baseline": "1.50.0",
"port-version": 1
"baseline": "1.50.1",
"port-version": 0
},
"air-ctl": {
"baseline": "1.1.2",
Expand Down