Merge pull request #3102 from flatcar/dongsu/update_engine-20250710

overlay update_engine: bump to 2025-07-10
This commit is contained in:
Dongsu Park 2025-07-16 16:24:39 +02:00 committed by GitHub
commit 005e9fd6c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="46e1984f2c91e3d14bad9323a6bf32a9c6662fbc" # flatcar-master
EGIT_COMMIT="4ecb5e3b073dfc3818d8d0db2f4c3e15dccb0e5c" # main
KEYWORDS="amd64 arm64"
fi