Merge pull request #664 from marineam/cloud

bump(coreos-base/coreos-cloudinit): update to 0.7.6
This commit is contained in:
Michael Marineau 2014-06-07 13:43:18 -07:00
commit 10f5084ba1
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="d0cbbd2007787c6b16813011b7823c1e4697092c" # tag v0.7.5 CROS_WORKON_COMMIT="41b9dfcb1c65f0e86666a7feffa07bccd538a838" # tag v0.7.6
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi