mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
sys-boot/shim: updates to 15.7
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
8019f7fd9f
commit
fc4acb6b40
@ -8,14 +8,14 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="e98d00c2eb00b1cfb25212f7527ed47d8ab3bb3a"
|
CROS_WORKON_COMMIT="7ba7440c49d32f911fb9e1c213307947a777085d"
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
inherit cros-workon multilib
|
inherit cros-workon multilib
|
||||||
|
|
||||||
DESCRIPTION="UEFI Shim loader"
|
DESCRIPTION="UEFI Shim loader"
|
||||||
HOMEPAGE="https://github.com/rhinstaller/shim"
|
HOMEPAGE="https://github.com/rhboot/shim"
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user