containerd: updated to version 1.7.19

This commit is contained in:
Matt Housh 2024-07-03 18:55:48 -05:00
parent 664061f486
commit c5c72db407
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wL3fYSh75Zj0nEv1u+2vnSV76GLZH3xK6Okvj2su/mqpa0J4AiJ/Ya6mtpma+orAXAmzmGcVW5lGmlc4PQVKAQ=
SHA256 (Pkgfile) = d69285d9aa8a9bfe3ae7d48ceece326262d7f1b0b3b9df287409185bc16771b9
RWSagIOpLGJF32F0g7gRRCY3g2mwjH/0EOUO8U9dvmEyEl9PiCpTR9gOwrH9qnOWAyBB+MdK7uNJV0qvt2WpsY3TxJiiIAj14gs=
SHA256 (Pkgfile) = 7d8a2be2ea01772eea3849c328baaeadc82ded9535758e5f629c64974860cb98
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.18.tar.xz) = 6fa2ea45fb6595d79ec04a72dd6164ff1b900e0ca9e4ceee58994b3e973e1821
SHA256 (containerd-1.7.19.tar.xz) = 5937a7266d3d97df3f2b64bf9ad13c0f746e81a982ca6149e1f060eb2dc38394

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.7.18
version=1.7.19
release=1
source=(https://crux.nu/files/$name-$version.tar.xz)
@ -16,7 +16,7 @@ build() {
cd $name
export GOPATH=$SRC
# use the long commit hash here
make GIT_COMMIT=ae71819c4f5e67bb4d5ae76a6b735f29cc25774e
make GIT_COMMIT=2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}