[cnats] update to 3.3.0 (#25567)

* [cnats] update to 3.3.0

* update version
This commit is contained in:
JonLiu1993 2022-07-06 02:07:47 +08:00 committed by GitHub
parent b095ea5584
commit c2e09f8ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nats-io/nats.c
REF v3.2.0
SHA512 570bbd5b6ed25db17755f4cbd2df9449bf1f838450e29aaa1483c11e6131293490d302031e3039d710bbbc3563ce72fb72cd3ad2c98618977a4858a5a3f2abe3
REF 8c36c16a9d086738512c9e55157481f8ce46be7c #v3.3.0
SHA512 5540916cadadb1e0e84be111fe69b88b5f953cacea6d05d3030f8f11b67865c18e5ef7739303def67e7c57b1032656ab78675f2c6e2ecacf058900575278b5eb
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "cnats",
"version": "3.2.0",
"version": "3.3.0",
"description": "A C client for the NATS messaging system",
"homepage": "https://github.com/nats-io/nats.c",
"license": "Apache-2.0",

View File

@ -1477,7 +1477,7 @@
"port-version": 1
},
"cnats": {
"baseline": "3.2.0",
"baseline": "3.3.0",
"port-version": 0
},
"cnl": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e4045ec63d36d672939a5bd17e2733acaf759a14",
"version": "3.3.0",
"port-version": 0
},
{
"git-tree": "ab962ebd7a13f87db7aea528cd4d5725b4fde292",
"version": "3.2.0",