[lzokay] update to the latest for newer compilers (#42138)

Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
This commit is contained in:
Kazutaka Nakashima 2024-11-16 08:56:32 +09:00 committed by GitHub
parent a4e38a55c2
commit 5c1c8e6e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 8 deletions

View file

@ -2,9 +2,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jackoalan/lzokay
REF 546a9695271e8a8b4711383f828172754fd825f2
SHA512 b4e96183ea52dc5ba0d88b4b9b27baa2c3e2c540b1bfd50cf7a3c2569337fbe9d73dd9939cb456d5f7459df8e10d84677d40ee33f7d524f0f5f8a723d7a70583
REPO AxioDL/lzokay
REF db2df1fcbebc2ed06c10f727f72567d40f06a2be
SHA512 0e0c597cb74985ef2fc3329392dadf87c0ffc84287cdb2f04e6a70d2e74dcc79732de18872ff05d0906fac2d53749c3db6f2ccd32b906f5a8b81310810eae8eb
HEAD_REF master
)

View file

@ -1,9 +1,8 @@
{
"name": "lzokay",
"version-date": "2020-07-30",
"port-version": 2,
"version-date": "2023-10-22",
"description": "lzokay MIT licensed C++ implementation of LZO compression/decompression algorithm",
"homepage": "https://github.com/jackoalan/lzokay",
"homepage": "https://github.com/AxioDL/lzokay",
"dependencies": [
{
"name": "vcpkg-cmake",

View file

@ -5709,8 +5709,8 @@
"port-version": 9
},
"lzokay": {
"baseline": "2020-07-30",
"port-version": 2
"baseline": "2023-10-22",
"port-version": 0
},
"maddy": {
"baseline": "1.3.0",

View file

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "489181d9c70f9d80f622ce33000a652329d723dc",
"version-date": "2023-10-22",
"port-version": 0
},
{
"git-tree": "2a04a58317804702e2dc099904e39a58fb148d25",
"version-date": "2020-07-30",