diff --git a/ports/cnats/portfile.cmake b/ports/cnats/portfile.cmake index c30ca4ac57dfe0..d7370d812f0264 100644 --- a/ports/cnats/portfile.cmake +++ b/ports/cnats/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nats-io/nats.c REF "v${VERSION}" - SHA512 59820cb7a4cf6aa0e4bd01c6eb19217e43bd4eeb100a883cf5d58ec52ddf195aba5e6c57d4054a9fd18f13f6667ad0f5876c7a8e829a593cfc2e799bd2cbd8b1 + SHA512 2edd9c19ca06f866696f2125fc1452568ad255ff09d26e58eb9c64e21e1d4fbfae208edc0f31eb93f87470f365b5701109f526d75ba5c8f4f0458766677ab2a7 HEAD_REF main PATCHES fix-sodium-dep.patch diff --git a/ports/cnats/vcpkg.json b/ports/cnats/vcpkg.json index 31eec23d3a4754..20d5e92903a68f 100644 --- a/ports/cnats/vcpkg.json +++ b/ports/cnats/vcpkg.json @@ -1,6 +1,6 @@ { "name": "cnats", - "version": "3.10.0", + "version": "3.10.1", "description": "A C client for the NATS messaging system", "homepage": "https://github.com/nats-io/nats.c", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index b85ef35a40813f..61fdd4d6a1aeaa 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1761,7 +1761,7 @@ "port-version": 3 }, "cnats": { - "baseline": "3.10.0", + "baseline": "3.10.1", "port-version": 0 }, "cnl": { diff --git a/versions/c-/cnats.json b/versions/c-/cnats.json index 0567db9cfe5f5e..be8673032de842 100644 --- a/versions/c-/cnats.json +++ b/versions/c-/cnats.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8c37f1714365a6c786a13ee08f69d94fd42c242d", + "version": "3.10.1", + "port-version": 0 + }, { "git-tree": "b733949bf6101a81c740a1c3df955bb1b4071148", "version": "3.10.0",