Skip to content

Commit

Permalink
[nng] Update to 1.10.0 (#43277)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangLL authored Jan 15, 2025
1 parent d4f3e12 commit 12e2bbe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/nng/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nanomsg/nng
REF "v${VERSION}"
SHA512 d334264981ce6648537ed1b7fb469fd35fbbf0bea9a276ee23f12e04d1c9b0b4aa3008715a4774b51e9e46fabecf54dd4da95ac10194ed1099cbfbe524747272
SHA512 44c53e86d764ff860fd007fe21adee166e25e9e0668b49f830da9f350fb3a91d52424623d556d1d6050d5baea80cf448275cc5c5e647ebc4ee0d0800cafaab73
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nng/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nng",
"version-semver": "1.9.0",
"version-semver": "1.10.0",
"description": "nanomsg-next-gen, lightweight messaging library",
"homepage": "https://nng.nanomsg.org",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6401,7 +6401,7 @@
"port-version": 1
},
"nng": {
"baseline": "1.9.0",
"baseline": "1.10.0",
"port-version": 0
},
"nngpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nng.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7d629a2e798d0ac8429b18eeafeae40821e5afbf",
"version-semver": "1.10.0",
"port-version": 0
},
{
"git-tree": "ae629b17cceaf01bcfdcfc8a991b4631744167cc",
"version-semver": "1.9.0",
Expand Down

0 comments on commit 12e2bbe

Please sign in to comment.