etcd: update to 3.3.3.
This commit is contained in:
parent
bdee1d50e6
commit
ebb4baab7c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.3.2
|
version=3.3.3
|
||||||
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=5cdea1f091d8fa1657f73a7f8e5c070581b92ebd919976b85492e5e796b2944a
|
checksum=6551878987f860d1b47fbf10ec34b910399f642c6541d86d835e1b5c29bc25ed
|
||||||
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 a new issue