etcd: update to 3.2.8.

This commit is contained in:
Andrea Brancaleoni 2017-10-02 11:17:15 +02:00
parent 8b681282a4
commit 5cddf2d933

View file

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=3.2.7
version=3.2.8
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
@ -10,7 +10,7 @@ hostmakedepends="git glide"
go_import_path="github.com/coreos/etcd"
homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=b91a40102b944ba8e4dad439721c7068eccbc1d0cb0e7f2ded9dad134d2875ce
checksum=800dff80c28fdcf753d8819f0a531ad974742e204489ad0050e2601fd1379ee8
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"