summaryrefslogtreecommitdiffstats
path: root/network/etcd
diff options
context:
space:
mode:
author Thibaut Notteboom <thibaut.notteboom@gmail.com>2019-07-25 02:27:57 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-27 08:06:16 +0700
commitf7132c6ddaea493ec7a7dd3f08b9d41b44c3ac4c (patch)
tree36b16e59cb9883a656e20707202df2e87e020fea /network/etcd
parent56890e5f36358f6e6c70f553d96e75d4f21cd948 (diff)
downloadslackbuilds-f7132c6ddaea493ec7a7dd3f08b9d41b44c3ac4c.tar.gz
slackbuilds-f7132c6ddaea493ec7a7dd3f08b9d41b44c3ac4c.tar.xz
network/etcd: Updated for version 3.3.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/etcd')
-rw-r--r--network/etcd/etcd.SlackBuild4
-rw-r--r--network/etcd/etcd.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/network/etcd/etcd.SlackBuild b/network/etcd/etcd.SlackBuild
index c7dcfdedbf..bcfd212731 100644
--- a/network/etcd/etcd.SlackBuild
+++ b/network/etcd/etcd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for etcd
-# Copyright 2018 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2018-2019 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=etcd
-VERSION=${VERSION:-3.3.8}
+VERSION=${VERSION:-3.3.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/etcd/etcd.info b/network/etcd/etcd.info
index a0e1a2698f..1842125887 100644
--- a/network/etcd/etcd.info
+++ b/network/etcd/etcd.info
@@ -1,8 +1,8 @@
PRGNAM="etcd"
-VERSION="3.3.8"
+VERSION="3.3.13"
HOMEPAGE="https://github.com/coreos/etcd"
-DOWNLOAD="https://github.com/coreos/etcd/archive/v3.3.8/etcd-3.3.8.tar.gz"
-MD5SUM="f300d08cbb6ebe6572eee9191127547a"
+DOWNLOAD="https://github.com/coreos/etcd/archive/v3.3.13/etcd-3.3.13.tar.gz"
+MD5SUM="07ef1b925ddc49ed96c5a8a9f2c7bb01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"