From 3c1bcfcbb7cfd80eb488f2d5a05757b99d8234bf Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 19 Jan 2017 12:42:54 -0800 Subject: [PATCH] app-emulation/rkt: bump to 1.23.0 --- .../app-emulation/rkt/{rkt-1.21.0.ebuild => rkt-1.23.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.21.0.ebuild => rkt-1.23.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.21.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.23.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.21.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.23.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 665dda039e..ba49129206 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="c938d233200aec012f4adbc70f08d8805641330f" # v1.21.0 + CROS_WORKON_COMMIT="8a188be756eea039bfa83ed5839ae70df8ef81f0" # v1.23.0 fi PXE_VERSION="1235.0.0"