mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[glaze] update 1.2.2 (#31249)
* Glaze updated to 1.2.2 * Vcpkg version database update
This commit is contained in:
parent
dc965d08df
commit
4eda0e3c70
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stephenberry/glaze
|
||||
REF "v${VERSION}"
|
||||
SHA512 7943056d02711fbabddeaa84918171d552b9d17fdfb19e44e3a21cced565ba5ba04cc69257720228f6fd3daff2d7fd4455b0b20165642ae23b6eaafb068102e7
|
||||
SHA512 8016328a347dac7c4826cb5ff944d38b1b32dd2fbfe9080f73e3351d2f3682c06c5500f05b2f2dfda5925af8605469b26f78f2522ff498a2131867edceb7b709
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "glaze",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"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",
|
||||
|
@ -2805,7 +2805,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"glaze": {
|
||||
"baseline": "1.2.1",
|
||||
"baseline": "1.2.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"glbinding": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "16c37a75de3f8e60dca6acec5bb868b869cb7e76",
|
||||
"version": "1.2.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e4e6b08e9aa73b948606044ed5c5c95c471a8f1f",
|
||||
"version": "1.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user