coreos-devel/mantle: update to 0.9.1

This commit is contained in:
Benjamin Gilbert 2018-05-22 19:33:09 -04:00
parent e26ea96a04
commit 730f2529e3
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="fd2a3215e5d4a90f6acc7bb5b1e3a91e304671c9" # v0.9.0 CROS_WORKON_COMMIT="e0f23c229f4486b3f37fcb289969a5472af1de71" # v0.9.1
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi