Merge pull request #3299 from sdemos/master

updateservicectl: update to v2.1.0
This commit is contained in:
Benjamin Gilbert 2018-06-21 17:12:22 -04:00 committed by GitHub
commit 7ab2b6ae5a
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit cros-workon coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="85923bebbcd0a1964d02fa3d78f50773633ec16d" # v2.0.0
CROS_WORKON_COMMIT="7c4af8f9dda2b80f4e9a892ab4c9f6c58fb58451" # v2.1.0
KEYWORDS="amd64 arm64"
fi