Merge pull request #2191 from crawford/cloudinit

coreos-base/coreos-cloudinit: bump to v1.12.0
This commit is contained in:
Alex Crawford 2016-09-15 11:12:21 -07:00 committed by GitHub
commit d25cd78a5a
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="4c333e657bfbaa8f6594298b48324f45e6bf5961" # tag v1.11.0
CROS_WORKON_COMMIT="3c68e2e67d2ea077e2b79383c0ad313770c62ca2" # tag v1.12.0
KEYWORDS="amd64 arm64"
fi