etcd: update to 3.2.11.

This commit is contained in:
Andrea Brancaleoni 2017-12-06 21:18:03 +01:00
parent a2207746da
commit 8895bf7b56

View file

@ -1,7 +1,7 @@
# Template file for 'etcd'
pkgname=etcd
version=3.2.10
revision=2
version=3.2.11
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=86b7afd78b3a409b23ddf9d889b74c4edecf0fec1148f83bf025911705895f08
checksum=4b16040a8efb5478cd8253e6e904c9bf29eb2217e15159f24f42be14a0860595
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"