etcd: update to 3.3.6.

This commit is contained in:
Andrea Brancaleoni 2018-06-01 12:03:12 +02:00
parent bbf12005c1
commit 94dfd62752

View File

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=3.3.5
version=3.3.6
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=fce3f59e4afef16ca0aa24650f25b5e1689b163cd6770dc2be660d0b7bb064eb
checksum=fdb970a6b9e60b5cfbbb81fc459d7a1e1e49cb66b05b3c4e7c37ca9d7d6d152e
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"