etcd: update to 3.4.4.
This commit is contained in:
parent
174f6b522b
commit
8cc1aa5412
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=3.4.3
|
||||
version=3.4.4
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Distributed reliable key-value store"
|
||||
|
@ -12,7 +12,7 @@ go_package="${go_import_path} ${go_import_path}/etcdctl"
|
|||
go_mod_mode="default"
|
||||
homepage="https://coreos.com/etcd/docs/latest/"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=957cafe18599b97943e8ef3e95a50f751b79a235c45c12896a98b7299f725ad9
|
||||
checksum=46bcd0d034fe9cc6ae86a9f2a72bdc78761ca99bfd5ae4b96b24e4ad93fc627e
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
|
Loading…
Reference in a new issue