etcd: update to 2.3.0.
This commit is contained in:
parent
c3ef080854
commit
98b6edd957
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=2.2.5
|
||||
version=2.3.0
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Distributed reliable key-value store"
|
||||
|
@ -9,7 +9,7 @@ license="Apache-2.0"
|
|||
go_import_path="github.com/coreos/etcd"
|
||||
homepage="https://coreos.com/etcd/docs/latest/"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=a7fb7998ada620fda74e517c100891d25a15a6fa20b627df52da7cd29328e6d5
|
||||
checksum=77aafb878e1d7f41f3860be5ed058c5f52fb1c478aa045f4f69d1e2156afa962
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
|
Loading…
Reference in New Issue