Merge pull request #3445 from lucab/ups/bump-coreos-metadata

coreos-base/coreos-metadata: update to 3.0.1
This commit is contained in:
Luca Bruno 2018-10-18 18:52:31 +02:00 committed by GitHub
commit 68316aa699
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ ${PV} == 9999 ]]; then if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="ea8be56a085f3f845aab56b6d167fce4855bc4a3" # v3.0.0 CROS_WORKON_COMMIT="bf3e1b5ba611187f80de85f89d301cf3d2e2fe38" # v3.0.1
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi