etcd: update to 3.4.3.

This commit is contained in:
Andrea Brancaleoni 2019-10-26 14:36:30 +02:00
parent 050c4a090e
commit 2307102210

View file

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=3.3.15
version=3.4.3
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
@ -9,9 +9,10 @@ license="Apache-2.0"
hostmakedepends="git glide"
go_import_path="github.com/coreos/etcd"
go_package="${go_import_path} ${go_import_path}/etcdctl"
go_mod_mode="default"
homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=3da9bba24d1d4c434d39b8f603c0f481d5888c2a9b7600d3d2cd0cc5d58804e2
checksum=957cafe18599b97943e8ef3e95a50f751b79a235c45c12896a98b7299f725ad9
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"