mantle: bump to latest

Includes major updates to kola.
This commit is contained in:
Michael Marineau 2017-03-01 14:56:54 -08:00
parent c6755af3c2
commit 71a8118a93
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="68245fc568020ae42855f571b8e8d8bd258a74cc" # v0.2.1 CROS_WORKON_COMMIT="be8426b667e2b9f607389cde70429a595dced321" # v0.3.1
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi