diff --git a/containerd/.signature b/containerd/.signature index 5475a5561..7021b6afb 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF310hjOypyKZUS57Gi2YreS6AkZTWWxoVuCYZkJ6FjMQNU+0izAUjcIWYrtSB+1O+v8XGGJUHdTWq/rQuDPVWDgk= -SHA256 (Pkgfile) = 8435c4fb6bcfc3b3650b68948c16e5e99b302b09a7678f50821830f64b749bf1 +RWSagIOpLGJF3wDTxVqzSaBbF8Hp9qly408quTWpaNFJgvdt9MkWFQS7z9c6bi9xjtQsp90OrgllkklUqnIdb4R/Ey9Kil75WA8= +SHA256 (Pkgfile) = ac264a0bc0f1a4ce875c6953a9e113ed81b01355f48a0bc79af12898502219cd SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.7.1.tar.xz) = 87d6dbb75ebe4e3e4b43a6d525e0cebc009ac73a68b67050efacbfcde004d04a +SHA256 (containerd-1.7.2.tar.xz) = 0f1b4ace5f7a5e90b093003287c5047789138ab558535ed6f04eba821b6fee8d diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 1dbc37c77..cf5cc4070 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.7.1 +version=1.7.2 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) @@ -16,7 +16,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=1677a17964311325ed1c31e2c0a3589ce6d5c30d + make GIT_COMMIT=0cae528dd6cb557f7201036e9f43420650207b58 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ }