etcd: update to 3.2.2.

This commit is contained in:
Andrea Brancaleoni 2017-07-08 20:36:19 +02:00
parent d6023fefc6
commit 6aedc814be

View file

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