etcd: update to 3.0.6.

This commit is contained in:
Andrea Brancaleoni 2016-08-30 01:45:52 +02:00
parent 5312532e4c
commit 79243120cc

View file

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=3.0.2
version=3.0.6
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
@ -10,7 +10,7 @@ hostmakedepends="git"
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=a13bdd303a9f59f45f4c053ca3e93212fb89b69aa761be540147f59ee76942e1
checksum=dbcbab0b3f55923b0d1047fc533a6a69514ba62eda99671839b0e5e985f61c83
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"