From b7f431a592183e35193aa5db1081167820f42f48 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 17 Jun 2018 23:07:57 +0200 Subject: [PATCH] etcd: update to 3.3.8. --- srcpkgs/etcd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/etcd/template b/srcpkgs/etcd/template index 61e34a278c7..c55c2f20abf 100644 --- a/srcpkgs/etcd/template +++ b/srcpkgs/etcd/template @@ -1,6 +1,6 @@ # Template file for 'etcd' pkgname=etcd -version=3.3.7 +version=3.3.8 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=d024defdff1cc2e3679bcd384c00576d8306cef5b9c46efbd7a8612a60f29e47 +checksum=f5bc74dd2de1c567a1a36d797399f20cb764069cb3cf3651a593dd7f8a88c616 conf_files="/etc/sv/etcd/conf" system_accounts="etcd" make_dirs="/var/lib/etcd 0755 etcd etcd"