From 5e6866348c6b9a3e4cad494031dd662e383263bd Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 18 Oct 2016 10:23:20 -0700 Subject: [PATCH] app-emulation/rkt: bump to v1.17.0 --- .../app-emulation/rkt/{rkt-1.14.0.ebuild => rkt-1.17.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.14.0.ebuild => rkt-1.17.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.14.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.17.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.14.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.17.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 05f499f76a..f8c2581089 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="b5f64960d113fee79686dd549c4fad1eda578016" # v1.14.0 + CROS_WORKON_COMMIT="dbdd0758d856b208d8d60f9c5303afb93bc3ca35" # v1.17.0 fi PXE_VERSION="1151.0.0"