etcd: update to 2.3.2.

This commit is contained in:
Andrea Brancaleoni 2016-04-22 22:44:52 +02:00
parent 3665877c76
commit 4e01af0d46

View File

@ -1,7 +1,7 @@
# Template file for 'etcd' # Template file for 'etcd'
pkgname=etcd pkgname=etcd
version=2.3.1 version=2.3.2
revision=2 revision=1
build_style=go build_style=go
short_desc="Distributed reliable key-value store" short_desc="Distributed reliable key-value store"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>" maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
@ -9,7 +9,7 @@ license="Apache-2.0"
go_import_path="github.com/coreos/etcd" go_import_path="github.com/coreos/etcd"
homepage="https://coreos.com/etcd/docs/latest/" homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=28c3a8795de00b3ef01a46b8569ace1858d834f56f6722fe873ec0b466a51e53 checksum=1da4413c9aa023db7ea86586b5e10a9a3da2015995c04b74c058f9ede8f3e85f
conf_files="/etc/sv/etcd/conf" conf_files="/etc/sv/etcd/conf"
system_accounts="etcd" system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd" make_dirs="/var/lib/etcd 0755 etcd etcd"