Merge pull request #3600 from bgilbert/mantle

coreos-devel/mantle: update to 0.12.0
This commit is contained in:
Benjamin Gilbert 2019-03-07 18:27:40 -05:00 committed by GitHub
commit d0f787f580
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="e7ba6249b12e9f4f6d1853af27f0e412addc60e8" # v0.11.1 CROS_WORKON_COMMIT="e7983fc86fae0b77e24611c6f96da3765dc81d1d" # v0.12.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi