etcd: update to 3.3.7.
This commit is contained in:
parent
5333b83f6e
commit
0f9d20a35e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.3.6
|
version=3.3.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="Distributed reliable key-value store"
|
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"
|
go_package="${go_import_path} ${go_import_path}/etcdctl"
|
||||||
homepage="https://coreos.com/etcd/docs/latest/"
|
homepage="https://coreos.com/etcd/docs/latest/"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=fdb970a6b9e60b5cfbbb81fc459d7a1e1e49cb66b05b3c4e7c37ca9d7d6d152e
|
checksum=d024defdff1cc2e3679bcd384c00576d8306cef5b9c46efbd7a8612a60f29e47
|
||||||
conf_files="/etc/sv/etcd/conf"
|
conf_files="/etc/sv/etcd/conf"
|
||||||
system_accounts="etcd"
|
system_accounts="etcd"
|
||||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||||
|
|
Loading…
Reference in New Issue