From a0014ac5d46db33c5d22dfa45b91473f21a14809 Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 20 Feb 2017 16:26:49 -0800 Subject: [PATCH] app-emulation/rkt: bump to 1.25 --- .../app-emulation/rkt/{rkt-1.23.0.ebuild => rkt-1.25.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.23.0.ebuild => rkt-1.25.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.23.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.25.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.23.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-1.25.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 ba49129206..e71af6f240 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="8a188be756eea039bfa83ed5839ae70df8ef81f0" # v1.23.0 + CROS_WORKON_COMMIT="ec37f3cb649bfb72408906e7cbf330e4aeda1075" # v1.25.0 fi PXE_VERSION="1235.0.0"