coreos-devel/mantle: bump to v0.13.0

This commit is contained in:
Andrew Jeddeloh 2019-08-01 23:53:31 +00:00
parent c7c3ab551b
commit c836610df6
2 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ CROS_WORKON_PROJECT="coreos/mantle"
CROS_WORKON_LOCALNAME="mantle" CROS_WORKON_LOCALNAME="mantle"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
COREOS_GO_PACKAGE="github.com/coreos/mantle" COREOS_GO_PACKAGE="github.com/coreos/mantle"
COREOS_GO_MOD="vendor"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
COREOS_GO_MOD="vendor"
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="e7983fc86fae0b77e24611c6f96da3765dc81d1d" # v0.12.0 CROS_WORKON_COMMIT="40cf53d3d3ab7c6227ced248a0ed14c71ff6e821" # v0.13.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi