mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[Glaze] Update 1.5.7 (#34895)
* Glaze update 1.5.7 * Update database --------- Co-authored-by: Ómar Högni Guðmarsson <kind@rolla.me>
This commit is contained in:
parent
97fff3d9ff
commit
b182703f4c
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stephenberry/glaze
|
||||
REF "v${VERSION}"
|
||||
SHA512 88bf8f152d0dbce38e97160a9fa0a5b1f708213d8b80e2c771ce981e6abfeecf4daa09d79b582b3b7c3ba6f932ff5fada9965a4db5d30db956f7d6152686f002
|
||||
SHA512 4b9fb73790892cb7543ee94e773ff706f9fad46cd95c472b68d1f535413bc2b46c2d36970cbe31858444a5463ec19215ef50f4c37e8efe5f4f23c61acf7a53ed
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "glaze",
|
||||
"version": "1.5.6",
|
||||
"version": "1.5.7",
|
||||
"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",
|
||||
|
@ -2961,7 +2961,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"glaze": {
|
||||
"baseline": "1.5.6",
|
||||
"baseline": "1.5.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"glbinding": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "50a00a801ec368382628caa2da7c8a0f09815456",
|
||||
"version": "1.5.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4146e402c56c4d3678ccf0fc30a303fe4a628bcb",
|
||||
"version": "1.5.6",
|
||||
|
Loading…
Reference in New Issue
Block a user