Merge pull request #660 from jonboulle/cloudinit

bump(coreos-cloudinit): upgrade to v0.7.5
This commit is contained in:
Jonathan Boulle 2014-06-06 11:25:30 -07:00
commit 80d2ed899d
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="82706b1d5f586ee9a7435cd54a9886a56b205e89" # tag v0.7.4
CROS_WORKON_COMMIT="d0cbbd2007787c6b16813011b7823c1e4697092c" # tag v0.7.5
KEYWORDS="amd64"
fi