diff --git a/containerd/.signature b/containerd/.signature index 6feb6ec46..0fd946cd2 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF302ReKq/yyn/uCDlDPsLk3yRdygMq3bFV8XwyPOBZeva/YzPZcvSPVEG/nuCPOnWvr0pwPZUOiA143rAFOnZ0Q4= -SHA256 (Pkgfile) = e3e54d1edb4861f50e121da96cd582f13e9dbb34a27396b112e9fa8b4c41331c +RWSagIOpLGJF3zA7jeHlHw13NsHEcYEMrJ6RyBVdQJgIJy+hNcTQt62ccJD1SrUFIQPJ7nk5o3+6dLaGqnz4Y3QvIbsjHtvdPAo= +SHA256 (Pkgfile) = 36d6cb7314d2378e1595be6184e96d3aec5688b39ebd4eef3aef62901485a29f SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.7.15.tar.xz) = d3d813c88b96945e561c0700cc70daa65f6423bbcffbac6feff3df5c064f8661 +SHA256 (containerd-1.7.16.tar.xz) = ff4a55718670f9604e66fad8ff1a8225ce31bb86909997a64484ff65a6e25712 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index c51c8dc4d..e7f6e0aa6 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.7.15 +version=1.7.16 release=1 source=(https://crux.nu/files/$name-$version.tar.xz) @@ -16,7 +16,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=926c9586fe4a6236699318391cd44976a98e31f1 + make GIT_COMMIT=83031836b2cf55637d7abf847b17134c51b38e53 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }