etcd: update to 3.3.9.
This commit is contained in:
parent
5a4aff5e7e
commit
d0cf5b5454
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=3.3.8
|
||||
version=3.3.9
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Distributed reliable key-value store"
|
||||
|
@ -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=f5bc74dd2de1c567a1a36d797399f20cb764069cb3cf3651a593dd7f8a88c616
|
||||
checksum=96639d35772108004da53e568489ce7572171d39ee507245848cc42fbd3a3032
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
|
Loading…
Reference in New Issue