Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions packages/shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ build = "../build.rs"
path = "../packages.rs"

[[package.metadata.build-package.external-files]]
url = "https://github.com/rhboot/shim/releases/download/15.8/shim-15.8.tar.bz2"
sha512 = "30b3390ae935121ea6fe728d8f59d37ded7b918ad81bea06e213464298b4bdabbca881b30817965bd397facc596db1ad0b8462a84c87896ce6c1204b19371cd1"
url = "https://github.com/rhboot/shim/releases/download/16.0/shim-16.0.tar.bz2"
sha512 = "b4367f3b1e0716d093f4230902e392d3228bd346e2e07a9377c498d8b3b08a5c0ad25c31aa03af66f54648618074a29b55a3e51925e5cfe5c7ac97257bd25880"

[[package.metadata.build-package.external-files]]
url = "https://github.com/rhboot/shim/releases/download/15.8/shim-15.8.tar.bz2.asc"
sha512 = "13479009185b1631874c0be8cd41a50ed80e17f8cf5541290bd2f00110533bdcf2eb57e20eb96e7055556a54121065faae01c9f31218ad55012e9ffc86f57676"
url = "https://github.com/rhboot/shim/releases/download/16.0/shim-16.0.tar.bz2.asc"
sha512 = "af5512d267688fe2fde98bdc5a09eae5b4b844c068481426b6a16037aa9a4eae60d64a82cde5b8997931ac7c6dfd501c09ac526c8a3a8f1635f9127c00b9c58b"
2 changes: 1 addition & 1 deletion packages/shim/shim.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%global shim_efi_image shim%{_cross_efi_arch}.efi
%global mokm_efi_image mm%{_cross_efi_arch}.efi

%global shimver 15.8
%global shimver 16.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You also need to update the commit below this line.

%global commit 5914984a1ffeab841f482c791426d7ca9935a5e6

Name: %{_cross_os}shim
Expand Down