etcd: update to 3.2.1.
This commit is contained in:
parent
2e9b85e257
commit
34ae467d51
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=3.2.0
|
||||
version=3.2.1
|
||||
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=b047756eea4d1592d373582e3300c0aec58c508e6a08bf6582c08d3571f3578d
|
||||
checksum=de5064e6ed2902b2fbc177726eafe6023ce7cebc9f0ce68c633eae61c4b86934
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
|
Loading…
Reference in New Issue