Skip to content
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

[lazy-importer] Update to 2022-02-09 #23192

Merged
merged 2 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions ports/lazy-importer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO JustasMasiulis/lazy_importer
REF a02a9ed62ea56c614728465b1be9fab812fdf037
SHA512 d88a7a1df269f2159eb0997f691fb5b71e89d75160b45ce968bd58e0d71e214f03e4c05e44234ace04ba9025b0b7d3ff07cf803753473c51164223a05a61598f
REF edac6afddb9e0df2e3affa8b2d631caafcba69ed
SHA512 45f024c34fa1c8854b8b77706934ce95449b2416a5c1dcab970d0df068c9b5bf0de12994c13ac215e629f8ae21fdab75b4ce6535f56ca7508f490a4c664e5b1a
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/lazy-importer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazy-importer",
"version-date": "2021-10-23",
"version-date": "2022-02-09",
"description": "Library for importing functions from dlls in a hidden, reverse engineer unfriendly way",
"homepage": "https://github.com/JustasMasiulis/lazy_importer"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3281,7 +3281,7 @@
"port-version": 0
},
"lazy-importer": {
"baseline": "2021-10-23",
"baseline": "2022-02-09",
"port-version": 0
},
"lcm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lazy-importer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ba952940f6531135428e3827d0610d3596b683cb",
"version-date": "2022-02-09",
"port-version": 0
},
{
"git-tree": "3dba7a5ee217d732847b9906ba01f8571733cc35",
"version-date": "2021-10-23",
Expand Down