Merge pull request #3072 from bgilbert/mantle

coreos-devel/mantle: bump to 0.8.2
This commit is contained in:
Benjamin Gilbert 2018-02-13 15:14:10 -08:00 committed by GitHub
commit f334fa190e
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="08511dd4d8e0239368f4e86eec55e6be9e818b55" # v0.8.0 CROS_WORKON_COMMIT="853fe342e3bab59bf27143b516bc6b8d94445187" # v0.8.2
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi