From bc0ebd6e969a1b27c1efcd459c59e188b0cbb6c4 Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 26 Jun 2017 09:51:21 -0700 Subject: [PATCH] app-emulation/rkt: bump to v1.27.0 --- .../app-emulation/rkt/{rkt-1.26.0.ebuild => rkt-1.27.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.26.0.ebuild => rkt-1.27.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.26.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.27.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.26.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.27.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 e2dffb79eb..cfc396083c 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 ~arm64" else KEYWORDS="amd64 arm64" - CROS_WORKON_COMMIT="9e7a7acbde5a3464bf23176e9d19b2c55a8b2354" # v1.26.0 + CROS_WORKON_COMMIT="aab7ece56084422864bbfb6d61b47ad35226b96c" # v1.27.0 fi PXE_VERSION="1235.0.0"