containerd: updated to version 1.6.19

This commit is contained in:
Matt Housh 2023-02-27 19:10:46 -06:00
parent 92b5058d59
commit e396d2f16b
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35FqN+NelhV8kw8XCmC6bI9dxDusfPRtsuiAHv7SMMHf+Emse0CiJN/kS4l/M/hXaFwdJa8S+ZxuBcziwsK1FAA=
SHA256 (Pkgfile) = 3d49fad3f87ce5ff2bcb884c018b3fe0725cde17ae5a4c79513eef66ef189ccf
RWSagIOpLGJF329Lt+rIiXTKnVzWkXghoD07YAR0h0PS/4VRU3pCu7Ge3ho3AdgrNH5C82TgVs+1e29FDp4fK8pLNJDWBwstswU=
SHA256 (Pkgfile) = 1e0188b940420489d5429db7739f3c4aeec19fc0251f94252a8e3378f09ba5a9
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.6.16.tar.xz) = 32323f5ce0c5ae40d212cb565737fc037ec337c0dc0e106ab71ff55188deeba3
SHA256 (containerd-1.6.19.tar.xz) = 5752f69bbb2570a263b1dd1f5e6951cb299bfb7d67c89c6b37f4ad5af530b7e6

View File

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