etcd: update to 2.3.1.
This commit is contained in:
parent
6e7542f036
commit
44e029c3e4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=2.3.0
|
||||
version=2.3.1
|
||||
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=77aafb878e1d7f41f3860be5ed058c5f52fb1c478aa045f4f69d1e2156afa962
|
||||
checksum=28c3a8795de00b3ef01a46b8569ace1858d834f56f6722fe873ec0b466a51e53
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
|
Loading…
Reference in New Issue