From 377ab7eade3ad05db93d255130be394d18c70cfe Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Fri, 29 Jun 2018 07:46:32 +0000 Subject: [PATCH] app-admin/locksmith: bump to 0.6.2 Ref: https://github.com/coreos/locksmith/releases/tag/v0.6.2 Fixes: https://github.com/coreos/bugs/issues/1987 --- .../{locksmith-0.6.1.ebuild => locksmith-0.6.2.ebuild} | 0 .../coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/{locksmith-0.6.1.ebuild => locksmith-0.6.2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.6.1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.6.2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.6.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.6.2.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild index bce73325d7..b6977a4cd3 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild @@ -11,7 +11,7 @@ inherit cros-workon systemd coreos-go if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="ab1dd50d047c1b51f1433660ae225410ad86d2aa" # v0.6.1 + CROS_WORKON_COMMIT="c1eeae7709f3204038b91ed5c8bea7ba1292fc02" # v0.6.2 KEYWORDS="amd64 arm64" fi