etcd: update to 3.3.2.

This commit is contained in:
Andrea Brancaleoni 2018-03-09 11:43:14 +01:00
parent 2fba9d72c0
commit 8c40096e77

View file

@ -1,7 +1,7 @@
# Template file for 'etcd'
pkgname=etcd
version=3.3.1
revision=2
version=3.3.2
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
@ -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=b00e0945bf4a99d88501b842b398c76d82ec45d02a00d7c203884b1ae3b75187
checksum=5cdea1f091d8fa1657f73a7f8e5c070581b92ebd919976b85492e5e796b2944a
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"