Merge pull request #462 from bcwaldon/bump-coreos-cloudinit

bump(coreos-cloudinit): upgrade to version v0.2.1
This commit is contained in:
Brian Waldon 2014-03-19 20:02:53 -07:00
commit 27320d5c36
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="2c328f382907ab8ec05152f65cd05047d9bea692" # v0.2.0 CROS_WORKON_COMMIT="9ade6673ba8d7830ed27e6b61eb3e42ab55063e1" # v0.2.1
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi