Merge pull request #1178 from crawford/cloudinit

coreos-base/coreos-cloudinit: bump to v1.3.4
This commit is contained in:
Alex Crawford 2015-04-01 15:28:14 -07:00
commit ccd56e3b78
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
else
CROS_WORKON_COMMIT="14cad6f7c3559b5611fe91e7e0452b4aac6c4c55" # tag v1.3.3
CROS_WORKON_COMMIT="a9e894013285217d96f50ac34bc21d2f6d69006c" # tag v1.3.4
KEYWORDS="amd64"
fi