mirror of
https://git.proxmox.com/git/pve-edk2-firmware
synced 2025-08-25 06:42:35 +00:00

Among other thing this now ships OVMF code/vars with secureboot and MS keys enrolled, allowing Win11 final to get installed and secure boot support in general. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
9 lines
437 B
Plaintext
9 lines
437 B
Plaintext
# Currently only useful for checking for a new release. There's additional
|
|
# upstream tarball mangling required via ./debian/rules get-orig-source.
|
|
# Also - doesn't check for new qemu-ovmf-secureboot releases.
|
|
version=4
|
|
opts="filenamemangle=s/.+\/edk2-stable(\d{6})\.tar\.gz/edk2-0.0~$1.tar.gz/, \
|
|
uversionmangle=s/(\d{6})/0.0~$1/" \
|
|
https://github.com/tianocore/edk2/tags \
|
|
.*/edk2-stable(\d{6})\.tar\.gz debian uupdate
|