Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion ports/lzokay/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lzokay",
"version-date": "2020-07-30",
"port-version": 2,
"port-version": 3,
"description": "lzokay – MIT licensed C++ implementation of LZO compression/decompression algorithm",
"homepage": "https://github.com/jackoalan/lzokay",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5706,7 +5706,7 @@
},
"lzokay": {
"baseline": "2020-07-30",
"port-version": 2
"port-version": 3
},
"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": "8d04e6eee122ebca45dc5b9dfc0f1aed4357d310",
"version-date": "2020-07-30",
"port-version": 3
},
{
"git-tree": "2a04a58317804702e2dc099904e39a58fb148d25",
"version-date": "2020-07-30",
Expand Down