Skip to content

Commit 0b47e76

Browse files
release: 0.2.9 with edk2-stable202605-r1
1 parent c19e777 commit 0b47e76

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

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.8"
3+
version = "0.2.9"
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
@@ -57,9 +57,14 @@ impl Source {
5757
sha256: "d4621f6013b1c6b36e9aa17dafb48458e5499392f9abbb1d11d719725b2ebc35",
5858
};
5959

60+
pub const EDK2_STABLE202605_R1: Self = Self {
61+
tag: "edk2-stable202605-r1",
62+
sha256: "8ae4d2d73161cc2335f5675d3b8b6edfa0642301679764a246940488ea3ce20d",
63+
};
64+
6065
/// Latest release tag.
6166
///
6267
/// Note that this is not necessarily the latest prebuilt available
6368
/// from the git repo.
64-
pub const LATEST: Self = Self::EDK2_STABLE202602_R1;
69+
pub const LATEST: Self = Self::EDK2_STABLE202605_R1;
6570
}

0 commit comments

Comments
 (0)