coreos-base/coreos-init: bump version

The newer version of coreos-init removes the update-ssh-keys script in
preparation for the standalone update-ssh-keys package. Without this
bump, the update-ssh-keys package will step on coreos-init's toes.
This commit is contained in:
Stephen Demos 2017-10-16 15:59:47 -07:00
parent 97987ef7f4
commit a4b5c928f5
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="c48b1fdd52fa78c7e67db33861dabaa93f3e73e1"
CROS_WORKON_COMMIT="79acf5a753f9b34b670f85357a3aeac0e7d5f477"
KEYWORDS="amd64 arm arm64 x86"
fi