etcd: update to 3.0.2.

This commit is contained in:
Andrea Brancaleoni 2016-07-09 09:31:43 +02:00
parent 6293724da2
commit 0b6dc2fe25

View file

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=3.0.1
version=3.0.2
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=29ccdf960a3bdb72bff3f9082c2ce14a909fe9156e3309afd7288cb3e050dd2d
checksum=a13bdd303a9f59f45f4c053ca3e93212fb89b69aa761be540147f59ee76942e1
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"