Merge pull request #3287 from bgilbert/mantle

coreos-devel/mantle: bump to 0.10.0
This commit is contained in:
Benjamin Gilbert 2018-06-12 15:52:26 -04:00 committed by GitHub
commit e39442edf0
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="e0f23c229f4486b3f37fcb289969a5472af1de71" # v0.9.1 CROS_WORKON_COMMIT="033836af57ac348b151faadec540d354e5e9d8bb" # v0.10.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi