mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[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:
parent
a4e38a55c2
commit
5c1c8e6e3d
4 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "489181d9c70f9d80f622ce33000a652329d723dc",
|
||||
"version-date": "2023-10-22",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2a04a58317804702e2dc099904e39a58fb148d25",
|
||||
"version-date": "2020-07-30",
|
||||
|
|
Loading…
Reference in a new issue