commit 3580b12f32af45bf39435a876df922bbb1eafe54 Author: Matt Housh <jaeger@crux.ninja> Date: Sat Feb 22 18:29:57 2020 -0600 containerd: updated to version 35bd7a5 diff --git a/containerd/.signature b/containerd/.signature index bdd8ba234..c6e4929fd 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xHFmMWFmzD9Z+QwbcvLkxt16fQmqYHRuPxyQaF5gMTu5b4NnUwznR8Gz/FlqfHznV4Npt4CR1zlGLkgVcGNqw0= -SHA256 (Pkgfile) = 33151af247ed205f76f29dfa8abca83f0a33c2befc3baca077178c789545355a +RWSagIOpLGJF38hsIIpwX3wInh4iGhES9PqfKFSjJRE+YnLWPDYqzrIR0d0ATtCqX8UPW1nIgBVvK5oq90WhAYU+7yVnYVjiZQc= +SHA256 (Pkgfile) = e82018302d5d95d1c0c07c0954d4a6547b7baefd6de2c0fd9bf47f46c66824e4 SHA256 (.footprint) = 9952c3a2b247c4a7c70798c82e8b58c4a45c617321209d16ea317ccceb3da460 -SHA256 (containerd-b34a5c8.tar.xz) = 7c27577a3e09b290e0b0235bda47dfa6b32597ebfbefe682f2b3e24ab2b0c82a +SHA256 (containerd-35bd7a5.tar.xz) = b3b88d994acfdcb9f27d322969650f0b04b6ae7347296c8e7b150c791d6fc9dc diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 5bfe5dbcc..d2854fe8b 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=b34a5c8 +version=35bd7a5 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) @@ -15,7 +15,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 + make GIT_COMMIT=35bd7a5f69c13e1563af8a93431411cd9ecf5021 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }