File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,28 @@ pub struct Source {
36
36
pub sha256 : & ' static str ,
37
37
}
38
38
39
+ #[ allow( missing_docs) ]
39
40
impl Source {
40
- #[ allow( missing_docs) ]
41
41
pub const EDK2_STABLE202408_R1 : Self = Self {
42
42
tag : "edk2-stable202408-r1" ,
43
43
sha256 : "63a9217ddd51fa45d0a89fd83c483cc971765de6bb08e83cf70836b0baff0d48" ,
44
44
} ;
45
45
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
+
46
61
/// Latest release tag.
47
62
///
48
63
/// Note that this is not necessarily the latest prebuilt available
You can’t perform that action at this time.
0 commit comments