Skip to content

Commit

Permalink
[yyjson] update to 0.8.0 (microsoft#34003)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Sep 27, 2023
1 parent 632e432 commit db04735
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/yyjson/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ibireme/yyjson
REF 0.6.0
SHA512 ad8b9d904ecd6c745d8b261d5c20879922db01a8e4f3d9df2949f2cc7ec40360411d571cb8d0a8d4e1bab39f9b8f9ddf4c54db42f4e5f35b1ea005197374ee17
REF "${VERSION}"
SHA512 3872b46930fd0f4d659004a4d08cdb1c506ccc2bf2888f5ee50523929a2b72f9d8e72ee71dc958ebca630f1886858d4350521bffc18c300a27d25436833384a9
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/yyjson/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "yyjson",
"version": "0.6.0",
"port-version": 1,
"version": "0.8.0",
"description": "A high performance JSON library written in ANSI C",
"homepage": "https://github.com/ibireme/yyjson",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9097,8 +9097,8 @@
"port-version": 1
},
"yyjson": {
"baseline": "0.6.0",
"port-version": 1
"baseline": "0.8.0",
"port-version": 0
},
"z3": {
"baseline": "4.12.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/y-/yyjson.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "23f8cd0e06d0c615ea534c70316b3f55a696912a",
"version": "0.8.0",
"port-version": 0
},
{
"git-tree": "658e0c2de9549d6330f76f33992a45e110bfcb74",
"version": "0.6.0",
Expand Down

0 comments on commit db04735

Please sign in to comment.