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

[lager] update to latest #31190

Merged
merged 1 commit into from
May 1, 2023
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/lager/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO arximboldi/lager
REF c87a4c7fd0368bea346f41191b8bc0b54a3e9d80
SHA512 788586078fdc07f0bd899148ddb0ad255fc6e18254901de65c2d1e43f9637ed8a8c121e8d0d26f043e86c7764ea1ff6ce323a791ba7d577589b4c80a329619d4
REF 2016df38be90ee176bcb73ea414be2318bc1ef31
SHA512 07d9f2cf128ad2e751abbfaa03969524ffba785ac2696e6b94ee8e28166fc3ab427de2fc6a98eba50d2f936879b9e878a011c3ba9a25ba39109e7939d39c4902
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/lager/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lager",
"version-date": "2022-02-21",
"version-date": "2023-03-19",
"description": "C++ library for value-oriented design using the unidirectional data-flow architecture",
"homepage": "https://sinusoid.es/lager/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,7 @@
"port-version": 1
},
"lager": {
"baseline": "2022-02-21",
"baseline": "2023-03-19",
"port-version": 0
},
"lapack": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lager.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a1669f03cca9f55a2952772a25942fcad3ca3a33",
"version-date": "2023-03-19",
"port-version": 0
},
{
"git-tree": "8dd0744209e866c731522176fdcdf056fcbb853f",
"version-date": "2022-02-21",
Expand Down