From 93c5a33439627e0eca876937556c1ca42def2cbd Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 12 Jan 2018 10:56:24 +0100 Subject: [PATCH] etcd: update to 3.2.14. --- srcpkgs/etcd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/etcd/template b/srcpkgs/etcd/template index f46a19cd488..a9a1eda6514 100644 --- a/srcpkgs/etcd/template +++ b/srcpkgs/etcd/template @@ -1,6 +1,6 @@ # Template file for 'etcd' pkgname=etcd -version=3.2.13 +version=3.2.14 revision=1 build_style=go 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" homepage="https://coreos.com/etcd/docs/latest/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=2d3da8e5fff8cbf70bc0fe2ea193ec74a1c4acdb42504bd2f1e391d163b4cdf6 +checksum=96d5908b883a78b6caa3346867b620d04980a4545520ced0b6d1b3a0590f1546 conf_files="/etc/sv/etcd/conf" system_accounts="etcd" make_dirs="/var/lib/etcd 0755 etcd etcd"