mantle: update to 0.1.5

This commit is contained in:
Michael Marineau 2016-05-19 10:48:53 -07:00
parent 4c93a20f31
commit 09e7641967
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="74ae41661c737c08c2dbe8636bec3f45c2db819b" # v0.1.4 CROS_WORKON_COMMIT="69ed51c98e43bb1b35893687be66a1b8f3d34505" # v0.1.5
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi