etcd: update to 3.3.0.

This commit is contained in:
Andrea Brancaleoni 2018-02-03 20:46:54 +01:00
parent cec89d5dd9
commit 4c5b639fcc

View file

@ -1,7 +1,7 @@
# Template file for 'etcd'
pkgname=etcd
version=3.2.15
revision=2
version=3.3.0
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=7ea084fae29b7efad8ec21d7fa85adef6b468bd0b128dc97a2a6b5094bb37938
checksum=dcfe164401c2230bb2136be4538c1db9750f5f27d9e12dcf069d0b08da1b2200
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"