From d7a643e4190a3c8621697e485648b57d82239812 Mon Sep 17 00:00:00 2001 From: Stephen Demos Date: Tue, 19 Jun 2018 14:32:02 -0700 Subject: [PATCH] app-admin/updateservicectl: update to v2.1.0 --- ...ateservicectl-2.0.0.ebuild => updateservicectl-2.1.0.ebuild} | 0 .../app-admin/updateservicectl/updateservicectl-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/{updateservicectl-2.0.0.ebuild => updateservicectl-2.1.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.0.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.1.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.0.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.1.0.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild index 67816cefd1..fb347fb797 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild @@ -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