mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:37:20 +08:00
[cnats] Update to 3.6.1 (#33065)
* [cnats] Update to 3.6.1 * [cnats] Update to 3.6.1
This commit is contained in:
parent
022c0dcb2d
commit
cbffe5d6b5
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nats-io/nats.c
|
||||
REF d832491e7c5b4a3793cfa83e1b342cb905c07c22 #v3.6.0
|
||||
SHA512 7f58cdcf7945368f10410a73620685679dcd5cef14ccc85bbb8ff721ce934b380796e3a53e629e38ec19b7216922a0b96fd0a9c971cd65b5cfcd5241b656a441
|
||||
REF 66cec7fce9a64f911015f0c516a086c1a74cd22a #v3.6.1
|
||||
SHA512 c0d3ad62c9453dca1799e69c3fe9df63c57c29c3c596ba4a9c5053b4886014741b8ce1563adb28d3e64b6b221748884ef71d6b288fae2855ae1ed1fdd2d028fb
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-sodium-dep.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cnats",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"description": "A C client for the NATS messaging system",
|
||||
"homepage": "https://github.com/nats-io/nats.c",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1645,7 +1645,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"cnats": {
|
||||
"baseline": "3.6.0",
|
||||
"baseline": "3.6.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"cnl": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "809d101d1791bc6cd3f51c8c9fa8e86dc923113b",
|
||||
"version": "3.6.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "868bb4267af7b0b9ca3500a11656ea21f78fff4c",
|
||||
"version": "3.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user