Skip to content

Commit

Permalink
[jsoncons] update to v0.150.0 (microsoft#10688)
Browse files Browse the repository at this point in the history
* [jsoncons] update to v0.150.0

* [jsoncons]Fixed version in CONTROL file
  • Loading branch information
danielaparker authored Apr 8, 2020
1 parent 919856a commit 0304c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/jsoncons/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: jsoncons
Version: 0.149.0
Version: 0.150.0
Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, CSV, MessagePack, CBOR, BSON, UBJSON
Homepage: https://github.com/danielaparker/jsoncons
4 changes: 2 additions & 2 deletions ports/jsoncons/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 danielaparker/jsoncons
REF ecc3ee882b0eb4f000709037a26ef4a25e313f29 # v0.149.0
SHA512 385a1a5221afbdc050238e844a8ecd85be164a7d13fd0d4209a99ac00df6953732d9354e05efaa58001f95193dc86165cd12a0b3ef206a582a3dc9a28495b49d
REF 36c0fa7895da3adef6eab8aec1e9c2f5720fc110 # v0.150.0
SHA512 ef1379c40c31f3974a707edd133c1fcff544535f91680caee1f8616f04b1bb56bfdd2aedb46e89b73b34572296511557158d66ea1002a0499d68cacd23143d29
HEAD_REF master
)

Expand Down

0 comments on commit 0304c45

Please sign in to comment.