diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.1.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.1.0-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.1.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-2.1.0-r1.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 f8c95fe3e8..1b45eaafdf 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 @@ -2,22 +2,22 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CROS_WORKON_PROJECT="kinvolk/updateservicectl" +CROS_WORKON_PROJECT="flatcar/updateservicectl" CROS_WORKON_LOCALNAME="updateservicectl" CROS_WORKON_REPO="https://github.com" -COREOS_GO_PACKAGE="github.com/kinvolk/updateservicectl" +COREOS_GO_PACKAGE="github.com/flatcar/updateservicectl" COREOS_GO_GO111MODULE="on" inherit cros-workon coreos-go if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="6a4ff4ca879082c07353dd379439c437cbe27e18" # main + CROS_WORKON_COMMIT="446f13594465503a3fdfc9106fd8a0c3123249c2" # main KEYWORDS="amd64 arm64" fi DESCRIPTION="CoreUpdate Management CLI" -HOMEPAGE="https://github.com/kinvolk/updateservicectl" +HOMEPAGE="https://github.com/flatcar/updateservicectl" SRC_URI="" LICENSE="Apache-2.0"