containerd: updated to version 1.7.0

This commit is contained in:
Matt Housh 2023-03-13 17:11:00 -05:00
parent b2e8332739
commit 0e65570a60
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF329Lt+rIiXTKnVzWkXghoD07YAR0h0PS/4VRU3pCu7Ge3ho3AdgrNH5C82TgVs+1e29FDp4fK8pLNJDWBwstswU=
SHA256 (Pkgfile) = 1e0188b940420489d5429db7739f3c4aeec19fc0251f94252a8e3378f09ba5a9
RWSagIOpLGJF3xO3bYvScnqi0yIKXp1xZNStKZU0Kc+M1jNJPrMZycsI5pdbG7+4CSenVngIgqi1JNUZFcRcKbkaOQs0JUq+vg8=
SHA256 (Pkgfile) = e5499d4977d2ac3fc599285b2329c4f7e2a76a8aa44a91b41b6385e24cdace9c
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.6.19.tar.xz) = 5752f69bbb2570a263b1dd1f5e6951cb299bfb7d67c89c6b37f4ad5af530b7e6
SHA256 (containerd-1.7.0.tar.xz) = 08d8ed84fbd81eb08e3c5ba9648f935ac99fd6d7a153ec47edb312cb2a61f2b5

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.6.19
version=1.7.0
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=2be87c1a75505ac066bec4a99e6c72aafd41d883
make GIT_COMMIT=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}