coreos-devel/mantle: update to 0.6.0

This commit is contained in:
Benjamin Gilbert 2017-06-20 19:37:48 -07:00
parent 0883bb3f64
commit 8d8f7ee61b
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ COREOS_GO_VERSION="go1.8"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="a1d9e8b70ab069d479a4d8d69ec07b1a80092f10" # v0.5.0 CROS_WORKON_COMMIT="807bd1fdb2fe2a44fe706de2e92317a61b5f92c1" # v0.6.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi