From 2431d7156ab44dda891b44fa99dc0da9f4d647ee Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 16 May 2017 13:58:08 -0700 Subject: [PATCH] app-emulation/rkt: bump to 1.26.0 --- .../rkt/{rkt-1.25.0-r1.ebuild => rkt-1.26.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.25.0-r1.ebuild => rkt-1.26.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.25.0-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.26.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.25.0-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.26.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 69e859098d..e2dffb79eb 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="ec37f3cb649bfb72408906e7cbf330e4aeda1075" # v1.25.0 + CROS_WORKON_COMMIT="9e7a7acbde5a3464bf23176e9d19b2c55a8b2354" # v1.26.0 fi PXE_VERSION="1235.0.0"