etcd: update to 2.3.3.

This commit is contained in:
Andrea Brancaleoni 2016-04-30 07:56:02 +02:00
parent 0f9b4b7006
commit 79d92f89ab

View file

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=2.3.2
version=2.3.3
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
@ -9,7 +9,7 @@ license="Apache-2.0"
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=1da4413c9aa023db7ea86586b5e10a9a3da2015995c04b74c058f9ede8f3e85f
checksum=9a765d15e0c1516191430d6e730920251e503c484deab69f7e06b82d51fd010c
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"