Merge pull request #2101 from crawford/coreos-metadata

coreos-base/coreos-metadata: bump to v0.5.0
This commit is contained in:
Alex Crawford 2016-07-26 17:05:44 -07:00 committed by GitHub
commit 16203e282f
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-go cros-workon systemd
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="d07fea98240b7b2e752e895f1a74f5a38457e19a" # v0.4.1
CROS_WORKON_COMMIT="90b356ce23629ec0ce2f2f081bd18fbc0516d4f3" # v0.5.0
KEYWORDS="amd64 arm64"
fi