From 1567a08930a3050419e230885dd44a39ac66d9b7 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 29 May 2014 14:39:41 -0700 Subject: [PATCH] bump(app-admin/locksmith): v0.1.2 address known etcd and memory leaks --- .../{locksmith-0.1.0-r6.ebuild => locksmith-0.1.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.1.0-r6.ebuild => locksmith-0.1.2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.0-r6.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.0-r6.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.1.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 51f7025aec..ac03aabc1a 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 @@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64" else - CROS_WORKON_COMMIT="6d766b8b6aa5c1fd1ec3a0862ca398577a61ad0d" + CROS_WORKON_COMMIT="962c34936e9166794946b9715a9ab14085f45bb0" # v0.1.2 tag KEYWORDS="amd64" fi