coreos-base/coreos-cloudinit: v1.13.0 -> v1.14.0

This commit is contained in:
Derek Gonyeo 2018-04-09 16:30:52 -07:00
parent 4d85d0c3f8
commit 0683bd967b
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit cros-workon systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="5be99bf577f2768193c7fb587ef5a8806c1503cf" # tag v1.13.0
CROS_WORKON_COMMIT="f1f0405491dfd073bbf074f7e374c9ef85600691" # tag v1.14.0
KEYWORDS="amd64 arm64"
fi