etcd: update to 3.3.15.
This commit is contained in:
parent
e7bea832b8
commit
c1b21f2da1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=3.3.13
|
||||
version=3.3.15
|
||||
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=02df2eb25d67dafc355d19a91791f686fcf59b04cea46110c3a11fcd5e365100
|
||||
checksum=3da9bba24d1d4c434d39b8f603c0f481d5888c2a9b7600d3d2cd0cc5d58804e2
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
|
Loading…
Reference in a new issue