summaryrefslogtreecommitdiff
path: root/containerd
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2017-04-12 15:29:41 -0500
committerMatt Housh <jaeger@crux.ninja>2017-04-12 15:29:41 -0500
commit5fed9eb657f254d347bc5adc6e0989004146579e (patch)
treeac4b151fafefe65908e662a319af8fe576bd302f /containerd
parentf3acb50c05cf1a3703a477ab73aba06e43042faf (diff)
downloadcontrib-5fed9eb657f254d347bc5adc6e0989004146579e.tar.gz
contrib-5fed9eb657f254d347bc5adc6e0989004146579e.tar.xz
containerd: updated to version 422e31c
Diffstat (limited to 'containerd')
-rw-r--r--containerd/.md5sum2
-rw-r--r--containerd/.signature6
-rw-r--r--containerd/Pkgfile6
3 files changed, 7 insertions, 7 deletions
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/
}

Generated by cgit