etcd: update to 3.3.15.

This commit is contained in:
Andrea Brancaleoni 2019-08-27 22:42:06 +02:00
parent e7bea832b8
commit c1b21f2da1

View file

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=3.3.13
version=3.3.15
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
@ -11,7 +11,7 @@ go_import_path="github.com/coreos/etcd"
go_package="${go_import_path} ${go_import_path}/etcdctl"
homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=02df2eb25d67dafc355d19a91791f686fcf59b04cea46110c3a11fcd5e365100
checksum=3da9bba24d1d4c434d39b8f603c0f481d5888c2a9b7600d3d2cd0cc5d58804e2
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"