From 5fed9eb657f254d347bc5adc6e0989004146579e Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 12 Apr 2017 15:29:41 -0500 Subject: containerd: updated to version 422e31c --- containerd/.md5sum | 2 +- containerd/.signature | 6 +++--- containerd/Pkgfile | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'containerd') diff --git a/containerd/.md5sum b/containerd/.md5sum index a8fa5bae4..b1340833c 100644 --- a/containerd/.md5sum +++ b/containerd/.md5sum @@ -1 +1 @@ -4abff502b604dce5a1d9c47c5c490001 containerd-977c511.tar.xz +cc8794365e62c2d585a22a5344641584 containerd-422e31c.tar.xz diff --git a/containerd/.signature b/containerd/.signature index d79b2543e..6cb963565 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3691KNEcmLOe8rycZzNTM2a2Dzg+IRI3P1Z3NR4g2mKiX4Q4MwhYQ1nIARMU9bMlzO70lqrOT6aZvQdK3j9AWg0= -SHA256 (Pkgfile) = c3f870941cd0f077343b065c36ee32e1963a08d9f114a51b40a274eab73abd9f +RWSagIOpLGJF34LISw/DTKPtbT3SiK7cYvcErZaT+aHZ3ytZXMjVCdE/wFprJPtQEOEP1sckcPytGP/mlgLEEIS/lDT92jJ4KAk= +SHA256 (Pkgfile) = 5870df116e071d57af10b07d9f1cda46add8feed02e8a8285d00a5f3cc4ef47e SHA256 (.footprint) = 32a4bb4fd22670b861b84bdaeb8ae0f1cac4047815d27fdc767c6e8aaf7523cf -SHA256 (containerd-977c511.tar.xz) = 23e9b4c405a2863be8a7bf52f23a586fb170a817c2b3a636192053193452daab +SHA256 (containerd-422e31c.tar.xz) = 917599ed3b523c6b5c747a9e886452eb5cba1a2418a45e409f7b26dd56c2ff73 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 3ac29bde8..f8c83ce43 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,8 +4,8 @@ # Depends on: go name=containerd -version=977c511 -release=2 +version=422e31c +release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) build() { @@ -14,7 +14,7 @@ build() { cd src/github.com/docker/$name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=977c511eda0925a723debdc94d09459af49d082a + make GIT_COMMIT=422e31ce907fd9c3833a38d7b8fdd023e5a76e73 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } -- cgit v1.2.3