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

[llfio] update to 2025-01-13 #43301

Merged
merged 1 commit into from
Jan 16, 2025
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/llfio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ned14/llfio
REF 2af67dad6d87ec37a4dd042c48f5d0edcdeff326
SHA512 207cf7b113aa7703a9197254a01bde794a1ec5ab8ab94e690913344b29bb2579e942f12260ce6c208fb919e11731f57d2e5c80ca85ccf1d98f6747a1681be7a9
REF 52560148e7e199675a38ab5669d172a3db6a5c94
SHA512 a13c8c3340b871f492b1a9eab087ff0ff16d7bee2e3fb3b6539d34efdc3e286920f89283f4df48a79f716803b58abf389ab379bc08838b65d6f5f05455505492
HEAD_REF develop
)

Expand Down
2 changes: 1 addition & 1 deletion ports/llfio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llfio",
"version-date": "2024-09-05",
"version-date": "2025-01-13",
"maintainers": [
"Niall Douglas <[email protected]>",
"Henrik Gaßmann <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5557,7 +5557,7 @@
"port-version": 0
},
"llfio": {
"baseline": "2024-09-05",
"baseline": "2025-01-13",
"port-version": 0
},
"llgi": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/llfio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79adb348fb8078a09e4751f68192908083ffc305",
"version-date": "2025-01-13",
"port-version": 0
},
{
"git-tree": "3060aa294d21b2d01efa79cc1c79fd416e6922c3",
"version-date": "2024-09-05",
Expand Down