Skip to content

Commit

Permalink
[lzokay] update to the latest for newer compilers (#42138)
Browse files Browse the repository at this point in the history
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
  • Loading branch information
n-taka and WangWeiLin-MV authored Nov 15, 2024
1 parent a4e38a5 commit 5c1c8e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ports/lzokay/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
5 changes: 2 additions & 3 deletions ports/lzokay/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lzokay.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "489181d9c70f9d80f622ce33000a652329d723dc",
"version-date": "2023-10-22",
"port-version": 0
},
{
"git-tree": "2a04a58317804702e2dc099904e39a58fb148d25",
"version-date": "2020-07-30",
Expand Down

0 comments on commit 5c1c8e6

Please sign in to comment.