containerd: updated to version 1.5.8

This commit is contained in:
Matt Housh 2021-12-02 16:29:22 -06:00
parent d9aa10a8cc
commit 3e905518eb
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32XQM5CeDoAvyR9ZMjpLhTrBILCuHrn1uxCVTzYsBQvjdX3vHMzwYsDU/q9RSNfijwZVBe8wgCIGrQL1QyO4sww=
SHA256 (Pkgfile) = 0a1ac0b6e6d29d6c88d533f734624faf288d949b88ff04b5db3f8551528b84c3
RWSagIOpLGJF31q0LgcIBcggC4rf0JTfYn1QqsnFbIYHFPOsSmyb7DHELyNyctnfNiycWvYaGtwhr5XzIrG7DPi19ZXxBTFxJgE=
SHA256 (Pkgfile) = 3524d541da5c5054ca8d9c197a94d7e87905e4e8dc36f3aa79e305de8d560b5f
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.5.7.tar.xz) = 10961df7e0b16c59adb8cccb07690b87c9063971e891cfefda1bbb57fb405d3c
SHA256 (containerd-1.5.8.tar.xz) = b95e17b4309f35e4a9749bd25ac730873d98c8f7fe03556424b730380baa1770

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.5.7
version=1.5.8
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=8686ededfc90076914c5238eb96c883ea093a8ba
make GIT_COMMIT=1e5ef943eb76627a6d3b6de8cd1ef6537f393a71
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}