mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
dev-db/etcd: bump to v2.0.11
This commit is contained in:
parent
b93276f55b
commit
c67918ad7d
@ -14,7 +14,7 @@ inherit coreos-doc coreos-go toolchain-funcs cros-workon systemd
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="fbaef0588533149aa5cdb5091a2053c2bc328575" # v2.0.10
|
CROS_WORKON_COMMIT="0678329cd64a64d7478eae6c35ed0bea0346da86" # v2.0.11
|
||||||
KEYWORDS="amd64"
|
KEYWORDS="amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -31,6 +31,7 @@ RDEPEND="!dev-db/etcd:0
|
|||||||
!dev-db/etcdctl"
|
!dev-db/etcdctl"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
GO_LDFLAGS="-X ${COREOS_GO_PACKAGE}/version.GitSHA ${CROS_WORKON_COMMIT:0:7}"
|
||||||
go_build "${COREOS_GO_PACKAGE}"
|
go_build "${COREOS_GO_PACKAGE}"
|
||||||
go_build "${COREOS_GO_PACKAGE}/etcdctl"
|
go_build "${COREOS_GO_PACKAGE}/etcdctl"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user