Skip to content

Commit 3fb1d0a

Browse files
Add 202408.01, 202411, and 202502 releases
1 parent 0f19f44 commit 3fb1d0a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

ovmf-prebuilt/src/lib.rs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,28 @@ pub struct Source {
3636
pub sha256: &'static str,
3737
}
3838

39+
#[allow(missing_docs)]
3940
impl Source {
40-
#[allow(missing_docs)]
4141
pub const EDK2_STABLE202408_R1: Self = Self {
4242
tag: "edk2-stable202408-r1",
4343
sha256: "63a9217ddd51fa45d0a89fd83c483cc971765de6bb08e83cf70836b0baff0d48",
4444
};
4545

46+
pub const EDK2_STABLE202408_01_R1: Self = Self {
47+
tag: "edk2-stable202408.01-r1",
48+
sha256: "1b4c7d7603517482a3c4461ba43044c4c7e0a7930274d77eb19600b7dcd9b838",
49+
};
50+
51+
pub const EDK2_STABLE202411_R1: Self = Self {
52+
tag: "edk2-stable202411-r1",
53+
sha256: "963fc6cef6a0560cec97381ed22a7d5c76f440c8212529a034cb465466cd57cc",
54+
};
55+
56+
pub const EDK2_STABLE202502_R1: Self = Self {
57+
tag: "edk2-stable202502-r1",
58+
sha256: "6d6122e88cdc09e1ffafb6a39fbdbfba668a6ded3f2a032b2cd6c0b7ff6d69df",
59+
};
60+
4661
/// Latest release tag.
4762
///
4863
/// Note that this is not necessarily the latest prebuilt available

0 commit comments

Comments
 (0)