etcd: update to 3.3.4.

This commit is contained in:
Andrea Brancaleoni 2018-04-25 12:29:25 +02:00
parent 74163ba2e4
commit 4b86e2999c
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'etcd'
pkgname=etcd
version=3.3.3
revision=2
version=3.3.4
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
@ -11,7 +11,7 @@ go_import_path="github.com/coreos/etcd"
go_package="${go_import_path} ${go_import_path}/etcdctl"
homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=6551878987f860d1b47fbf10ec34b910399f642c6541d86d835e1b5c29bc25ed
checksum=95405df7febae747ebc34432977ac180ba007deb84fe97ccc16b64e1f8a0cd1f
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"