From a3b6e7e00eef29b93ff57acf92ca01dacff9ad97 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sat, 21 May 2016 10:20:26 +0200 Subject: [PATCH] etcd: update to 2.3.5. --- srcpkgs/etcd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/etcd/template b/srcpkgs/etcd/template index 5e3fab6203..dd27eefc8d 100644 --- a/srcpkgs/etcd/template +++ b/srcpkgs/etcd/template @@ -1,6 +1,6 @@ # Template file for 'etcd' pkgname=etcd -version=2.3.4 +version=2.3.5 revision=1 build_style=go short_desc="Distributed reliable key-value store" @@ -9,7 +9,7 @@ license="Apache-2.0" go_import_path="github.com/coreos/etcd" homepage="https://coreos.com/etcd/docs/latest/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=c08f68c3d21929ed3683fe94acefcd871bb3c4339117e745033bf2fb990966a9 +checksum=a20f73c81c5fac6e99a69e7629a3b89857a5bc5b4b24075b9191194b64a8d49c conf_files="/etc/sv/etcd/conf" system_accounts="etcd" make_dirs="/var/lib/etcd 0755 etcd etcd"