etcd: update to 3.3.13.
This commit is contained in:
parent
4b9b1bc252
commit
f92933ad08
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'etcd'
|
||||
pkgname=etcd
|
||||
version=3.3.9
|
||||
revision=3
|
||||
version=3.3.13
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Distributed reliable key-value store"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
|
@ -11,16 +11,11 @@ go_import_path="github.com/coreos/etcd"
|
|||
go_package="${go_import_path} ${go_import_path}/etcdctl"
|
||||
homepage="https://coreos.com/etcd/docs/latest/"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=96639d35772108004da53e568489ce7572171d39ee507245848cc42fbd3a3032
|
||||
checksum=02df2eb25d67dafc355d19a91791f686fcf59b04cea46110c3a11fcd5e365100
|
||||
conf_files="/etc/sv/etcd/conf"
|
||||
system_accounts="etcd"
|
||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
glide install
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vsv etcd
|
||||
|
|
Loading…
Reference in New Issue