From afba47a6846f7272ded6ac974c0c97f81431a767 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Thu, 17 Oct 2019 23:03:11 -0500 Subject: containerd: updated to version b34a5c8 --- containerd/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'containerd/Pkgfile') diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 672b05a6c..5bfe5dbcc 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=894b81a +version=b34a5c8 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=894b81a4b802e4eb2a91d1ce216b8817763c29fb + make GIT_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } -- cgit v1.2.3