etcd: update to 3.2.9.
This commit is contained in:
parent
e6b47bc670
commit
ef21a28a00
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=3.2.8
|
||||
version=3.2.9
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Distributed reliable key-value store"
|
||||
|
@ -10,7 +10,7 @@ hostmakedepends="git glide"
|
|||
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=800dff80c28fdcf753d8819f0a531ad974742e204489ad0050e2601fd1379ee8
|
||||
checksum=7ad70d9b0d206fe09abc40e82d29ac748d09c0423ddf255ddf4334d21867eb6f
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
|
Loading…
Reference in New Issue