From 5b3c023ccbfb2696b67750953be7be5ce2dfaad1 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 18 Aug 2016 14:59:14 -0700 Subject: [PATCH] app-emulation/rkt: bump to v1.13.0 --- .../app-emulation/rkt/{rkt-1.11.0.ebuild => rkt-1.13.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.11.0.ebuild => rkt-1.13.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.11.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.13.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.11.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.13.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 e1e6ab74c1..afca4a02d5 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="ef647be0bdf35b3d7eddc8a86e1d476b94a062c4" # v1.11.0 + CROS_WORKON_COMMIT="4d403da1afc19aeeb37e484b4c60f9af44f7bffd" # v1.13.0 fi PXE_VERSION="1097.0.0"