mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[cnats] Update to 3.6.0 (#29372)
This commit is contained in:
parent
3004382fdf
commit
27b8bfd0f9
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nats-io/nats.c
|
||||
REF 03ada19a3be6f102a1cf69c89ea76c73df191d9d #v3.5.0
|
||||
SHA512 be17070acaf1659387441dbbee07b21ae0bd31bb87c746d4435c59812a26d690350e33b411cdb85b2f2f7e7f4e3492259d64b533efbf4fb31a356f9d852111d9
|
||||
REF d832491e7c5b4a3793cfa83e1b342cb905c07c22 #v3.6.0
|
||||
SHA512 7f58cdcf7945368f10410a73620685679dcd5cef14ccc85bbb8ff721ce934b380796e3a53e629e38ec19b7216922a0b96fd0a9c971cd65b5cfcd5241b656a441
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-sodium-dep.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cnats",
|
||||
"version": "3.5.0",
|
||||
"version": "3.6.0",
|
||||
"description": "A C client for the NATS messaging system",
|
||||
"homepage": "https://github.com/nats-io/nats.c",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1549,7 +1549,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"cnats": {
|
||||
"baseline": "3.5.0",
|
||||
"baseline": "3.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cnl": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "868bb4267af7b0b9ca3500a11656ea21f78fff4c",
|
||||
"version": "3.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b22911f520e4047d11cd9d81a22263775bf1d797",
|
||||
"version": "3.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user