etcd: update to 3.0.8.
This commit is contained in:
parent
7385b5da0f
commit
1054ee805c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.0.7
|
version=3.0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="Distributed reliable key-value store"
|
short_desc="Distributed reliable key-value store"
|
||||||
|
@ -10,7 +10,7 @@ hostmakedepends="git"
|
||||||
go_import_path="github.com/coreos/etcd"
|
go_import_path="github.com/coreos/etcd"
|
||||||
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=51b999dc438387ae34a65cd851c474461f31a760db758a0257e18cff993f9218
|
checksum=fd3fd69081c0be4c155b28ee27d3e80bce92a6b62ffe34d5ee511ce032ab9134
|
||||||
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 a new issue