From 6ea70422b4caa4ab8137c24499d0ce97cb43103f Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 2 Aug 2017 13:39:16 -0700 Subject: [PATCH] app-emulation/rkt: bump to v1.28.1 --- .../app-emulation/rkt/{rkt-1.28.0.ebuild => rkt-1.28.1.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.28.0.ebuild => rkt-1.28.1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.28.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.28.1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.28.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.28.1.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 00ace7c011..15af9ce40b 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="c60f25cda59250b4c2882599ae227de59fd8382a" # v1.28.0 + CROS_WORKON_COMMIT="3abde24bc284b7ded5784c56b4e8184c28999641" # v1.28.1 fi PXE_VERSION="1235.0.0"