summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-09-11 04:11:59 +0200
committer Willy Sudiarto Raharjo2016-09-11 04:11:59 +0200
commite9bda48da84fd218f78497350281e135d877866c (patch)
treeb08818f61296274abdd5e4d908b748cee3b22b39
parent8d2891f37257f816c02d5c9bf1c174c67ea96da5 (diff)
downloadslackbuilds-e9bda48da84fd218f78497350281e135d877866c.tar.gz
system/containerd: Fix DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/containerd/containerd.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info
index b1f9821a6b..901e78d511 100644
--- a/system/containerd/containerd.info
+++ b/system/containerd/containerd.info
@@ -3,7 +3,7 @@ VERSION="0.2.3"
HOMEPAGE="https://github.com/docker/containerd"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/containerd/archive/v$VERSION.tar.gz"
+DOWNLOAD_x86_64="https://github.com/docker/containerd/archive/v0.2.3.tar.gz"
MD5SUM_x86_64="aa2979c51960332878038147c420aa7d"
REQUIRES="google-go-lang runc"
MAINTAINER="Asaf Ohayon"