Skip to content

Commit 08e8d13

Browse files
release: 0.2.6 with edk2-stable202511-r1
1 parent b81b339 commit 08e8d13

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ovmf-prebuilt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ovmf-prebuilt"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition.workspace = true
55
categories = ["development-tools"]
66
keywords = ["edk2", "firmware", "ovmf", "prebuilt"]

ovmf-prebuilt/src/source_constants.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,14 @@ impl Source {
3737
sha256: "e461e2f0a43092ef9d29996ba0f8c05de097223791c33f5ff61a7e1ea12e6dac",
3838
};
3939

40+
pub const EDK2_STABLE202511_R1: Self = Self {
41+
tag: "edk2-stable202511-r1",
42+
sha256: "79841c5dcac6d4bb71ead5edb6ca2a251237330be3c0b166bdc8a8fec0ce760d",
43+
};
44+
4045
/// Latest release tag.
4146
///
4247
/// Note that this is not necessarily the latest prebuilt available
4348
/// from the git repo.
44-
pub const LATEST: Self = Self::EDK2_STABLE202508_R1;
49+
pub const LATEST: Self = Self::EDK2_STABLE202511_R1;
4550
}

0 commit comments

Comments
 (0)