containerd: updated to version 1.5.7

This commit is contained in:
Matt Housh 2021-10-10 14:38:22 -05:00
parent e48ef7bd11
commit 1ad753564b
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34zrFfFz27j8rvlcRQs/qOfuu3/7Ruf9gDItxbLa5v8Jxx5uCQ2zp4eHSprwK4MeNhrRa/T27x9EQ34Xng0hLQo=
SHA256 (Pkgfile) = 4b92a45262b465a68ba9658f7402fd400d155b0eae7f73edc9202430f7c20044
RWSagIOpLGJF32XQM5CeDoAvyR9ZMjpLhTrBILCuHrn1uxCVTzYsBQvjdX3vHMzwYsDU/q9RSNfijwZVBe8wgCIGrQL1QyO4sww=
SHA256 (Pkgfile) = 0a1ac0b6e6d29d6c88d533f734624faf288d949b88ff04b5db3f8551528b84c3
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.5.5.tar.xz) = 1f7ec93bdb853ed85413d609146a58eadd8c7ac8d59c780631745e558b56c0b1
SHA256 (containerd-1.5.7.tar.xz) = 10961df7e0b16c59adb8cccb07690b87c9063971e891cfefda1bbb57fb405d3c

View File

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