diff options
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 |
commit | f7132c6ddaea493ec7a7dd3f08b9d41b44c3ac4c (patch) | |
tree | 36b16e59cb9883a656e20707202df2e87e020fea /network/etcd/etcd.SlackBuild | |
parent | 56890e5f36358f6e6c70f553d96e75d4f21cd948 (diff) |
network/etcd: Updated for version 3.3.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/etcd/etcd.SlackBuild')
-rw-r--r-- | network/etcd/etcd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/etcd/etcd.SlackBuild b/network/etcd/etcd.SlackBuild index c7dcfdedbf495..bcfd21273110c 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} |