mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-08 22:12:22 +02:00
Merge pull request #728 from philips/etcd-0.4.5
dev-db/etcd: bump to 0.4.5
This commit is contained in:
commit
6ccebe7d24
@ -1,6 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
||||
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
|
||||
# Copyright (c) 2014 CoreOS, Inc.. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header:$
|
||||
#
|
||||
@ -14,7 +13,7 @@ inherit toolchain-funcs cros-workon systemd
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="4fb6087f4a71cbc6c59e7107ebeea36dede62cc9" # v0.4.4
|
||||
CROS_WORKON_COMMIT="13b0e7230445dcb432f6652b6fd7449c86e468d8" # v0.4.5
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
|
@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="9db2977b131db864341002ae286af3cebd09bdce" # v0.4.4
|
||||
CROS_WORKON_COMMIT="a1b38c93245542e340971189750baef7a55d306e" # v0.4.5
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user