etcd: update to 3.2.12.

This commit is contained in:
Andrea Brancaleoni abc@pompel.me 2017-12-21 15:05:24 +01:00
parent c6d2358817
commit 3739cde9bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'etcd' # Template file for 'etcd'
pkgname=etcd pkgname=etcd
version=3.2.11 version=3.2.12
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=4b16040a8efb5478cd8253e6e904c9bf29eb2217e15159f24f42be14a0860595 checksum=555905b2122155dce905ae98eea7c7751d8150ba6959c657ec093c1ab6803acf
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"