From 918a207fa25aca81604463ef842e1749bfe593c0 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Mon, 14 Mar 2016 17:35:55 -0700 Subject: [PATCH] app-emulation/rkt: v1.1.0 --- .../app-emulation/rkt/{rkt-1.0.0-r2.ebuild => rkt-1.1.0.ebuild} | 0 .../coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/{rkt-1.0.0-r2.ebuild => rkt-1.1.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.0.0-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.1.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.0.0-r2.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.1.0.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index 7ecba28b00..851a300354 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -18,7 +18,7 @@ if [[ "${PV}" == "9999" ]]; then KEYWORDS="~amd64" else KEYWORDS="amd64" - CROS_WORKON_COMMIT="1ddc36601c8688ff207210bc9ecbf973d09573fa" # v1.0.0 + CROS_WORKON_COMMIT="60b27260988d7738b6e2e8b6295bb8fddf6b0750" # v1.1.0 fi PXE_VERSION="794.1.0"