etcd: update to 3.0.7.

This commit is contained in:
Andrea Brancaleoni 2016-09-02 10:13:38 +02:00
parent ef85d941ab
commit da72c9feec
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'etcd' # Template file for 'etcd'
pkgname=etcd pkgname=etcd
version=3.0.6 version=3.0.7
revision=1 revision=1
build_style=go build_style=go
short_desc="Distributed reliable key-value store" short_desc="Distributed reliable key-value store"
@ -10,7 +10,7 @@ hostmakedepends="git"
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=dbcbab0b3f55923b0d1047fc533a6a69514ba62eda99671839b0e5e985f61c83 checksum=51b999dc438387ae34a65cd851c474461f31a760db758a0257e18cff993f9218
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"