app-admin/updateservicectl: bump to v2.0.0

This commit is contained in:
Stephen Demos 2018-04-19 12:48:39 -07:00
parent e85c49ef0d
commit 29bfe474eb
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