Merge pull request #3185 from sdemos/updateservicectl

app-admin/updateservicectl: bump to v2.0.0
This commit is contained in:
David Michael 2018-04-20 18:07:36 -04:00 committed by GitHub
commit 7a2b20aebc
2 changed files with 1 additions and 1 deletions

View File

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