containerd: updated to version 1.7.20

This commit is contained in:
Matt Housh 2024-07-26 09:12:34 -05:00
parent 32e62aabab
commit 6ac1c4f556
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 untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32F0g7gRRCY3g2mwjH/0EOUO8U9dvmEyEl9PiCpTR9gOwrH9qnOWAyBB+MdK7uNJV0qvt2WpsY3TxJiiIAj14gs= RWSagIOpLGJF35XMviJVdDfephfcTTvlMR4J6HRYCTBhim/Jt8kGzUS7oDyFHuHNdfA0xHJvFCC33RIzq9kjevTw39qVYgqsywA=
SHA256 (Pkgfile) = 7d8a2be2ea01772eea3849c328baaeadc82ded9535758e5f629c64974860cb98 SHA256 (Pkgfile) = c0d7cb833ddb18e2c21865836b5b3fa1dac821048fd1b9a4f8d23e27327695aa
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.19.tar.xz) = 5937a7266d3d97df3f2b64bf9ad13c0f746e81a982ca6149e1f060eb2dc38394 SHA256 (containerd-1.7.20.tar.xz) = 2a5bddd786bacf394b8387a094055ac649f1ad7f209474fb43d60df4001d08fc

View File

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