mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[glaze] update to v2.6.4 (#38819)
Update to 2.6.4, previous version has broken support for clang16+, https://github.com/stephenberry/glaze/releases/tag/v2.6.4 Fixed message aswell, dropped support of gcc11 in version 2.6.3, https://github.com/stephenberry/glaze/releases/tag/v2.6.3 - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
4fac06df86
commit
8a875a6fc0
@ -1,12 +1,12 @@
|
||||
if(VCPKG_TARGET_IS_LINUX)
|
||||
message("Warning: `glaze` requires Clang or GCC 11+ on Linux")
|
||||
message("Warning: `glaze` requires Clang15+ or GCC 12+ on Linux")
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO stephenberry/glaze
|
||||
REF "v${VERSION}"
|
||||
SHA512 05a7fe1d74ba2a9a31dd6e18ddf805bd634bddc854c2a81cb2c0d7f506e1f45fb762a8cdaf80e2ef6cf49eef6b44715965ed741a00cd3382c86a0e17d472b0ef
|
||||
SHA512 838a155ca4aebd974a9cadd2c2ea14ec1475d10ebbdf1a4836a1daf079acbd30345fdeedd19df3febfad2cc69fb9c8e96e6780e4579f1edba044349bbc35a0eb
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "glaze",
|
||||
"version": "2.6.3",
|
||||
"version": "2.6.4",
|
||||
"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",
|
||||
|
@ -3057,7 +3057,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"glaze": {
|
||||
"baseline": "2.6.3",
|
||||
"baseline": "2.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"glbinding": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d180879d25498bad0dedec2ddc5f6fe275eb3c16",
|
||||
"version": "2.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "912601121d9548848ad616e1ef81861f40dc85ad",
|
||||
"version": "2.6.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user