etcd: update to 3.3.8.

This commit is contained in:
Andrea Brancaleoni 2018-06-17 23:07:57 +02:00
parent b4886e3b37
commit b7f431a592
1 changed files with 2 additions and 2 deletions

View File

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