Merge pull request #1523 from crawford/cloudinit

coreos-base/coreos-cloudinit: bump to v1.6.0
This commit is contained in:
Alex Crawford 2015-09-08 16:18:10 -07:00
commit b2c02fd003
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-doc cros-workon systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="fac805dc11951d32fe68a77200988828fa1ce48d" # tag v1.5.1
CROS_WORKON_COMMIT="f816819c6dd562196a9e416829561ba849879f58" # tag v1.6.0
KEYWORDS="amd64 arm64"
fi