mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[glaze] update to 3.4.1 (#41112)
This commit is contained in:
parent
b97609aedd
commit
935a27710b
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stephenberry/glaze
|
||||
REF "v${VERSION}"
|
||||
SHA512 6e3cdc974cff8b3d374596e23d868fc582804b3228c84f9b1c88307765afa81fc7c5f25c38bae345ad489a69f871c4907053d0b4ef5347430e096ee714648934
|
||||
SHA512 05cc3f2149f6f7b52ab8ead33933496003848865e6c69cb7575c7f1f9370624ae13f9f14b2c9e9c6a0ad4525f17980325ca3cf375f59a0482576d3ba070d0633
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "glaze",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.1",
|
||||
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
|
||||
"homepage": "https://github.com/stephenberry/glaze",
|
||||
"license": "MIT",
|
||||
|
@ -3105,7 +3105,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"glaze": {
|
||||
"baseline": "3.4.0",
|
||||
"baseline": "3.4.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"glbinding": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a72e224ed050e70009e4b5f0b1e6415709a345e6",
|
||||
"version": "3.4.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1815ecb8bbd0dfa3d9c1af0d9dc77884fd919ee1",
|
||||
"version": "3.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user