etcd: update to 3.2.15.
This commit is contained in:
parent
3922bc1dc6
commit
2b56430519
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.2.14
|
version=3.2.15
|
||||||
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=96d5908b883a78b6caa3346867b620d04980a4545520ced0b6d1b3a0590f1546
|
checksum=7ea084fae29b7efad8ec21d7fa85adef6b468bd0b128dc97a2a6b5094bb37938
|
||||||
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