diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2018-07-23 22:12:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-28 08:51:47 +0700 |
commit | 819088b4aaf1d84bfde15597aaff6870505534af (patch) | |
tree | 25d3fba75203c033574a7e56490457a2006d073e /network/etcd/etcd.info | |
parent | a89d29f0f8bd2f8d7c12a3a77146a00f0f677f3d (diff) |
network/etcd: Added (key value store for shared configuration).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/etcd/etcd.info')
-rw-r--r-- | network/etcd/etcd.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/etcd/etcd.info b/network/etcd/etcd.info new file mode 100644 index 0000000000000..a0e1a2698fb8f --- /dev/null +++ b/network/etcd/etcd.info @@ -0,0 +1,10 @@ +PRGNAM="etcd" +VERSION="3.3.8" +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_x86_64="" +MD5SUM_x86_64="" +REQUIRES="google-go-lang" +MAINTAINER="Thibaut Notteboom" +EMAIL="thibaut.notteboom@gmail.com" |