Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[yyjson] update to 0.8.0 #34003

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -9117,8 +9117,8 @@
"port-version": 0
},
"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