mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-03 12:42:23 +02:00
Commit 01eea0f of PR https://github.com/flatcar/scripts/pull/3555 introduced build issue for bootengine and coreos-init; the source tarball filename reflected in the manifest does not correspond to the filename used in the ebuild. Hence, the checksum verification fails. Also, the version symlinks were not updated by the original change. This change uses the correct filename and checksums and updates the versions. Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>