containerd: updated to version 1.7.17

This commit is contained in:
Matt Housh 2024-05-21 11:25:38 -05:00
parent 977c90c107
commit 5b4dde6b04
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
RWSagIOpLGJF3zA7jeHlHw13NsHEcYEMrJ6RyBVdQJgIJy+hNcTQt62ccJD1SrUFIQPJ7nk5o3+6dLaGqnz4Y3QvIbsjHtvdPAo=
SHA256 (Pkgfile) = 36d6cb7314d2378e1595be6184e96d3aec5688b39ebd4eef3aef62901485a29f
RWSagIOpLGJF37OkUxv34BEtTM6BhbuQzRy5BMEiQ0z/lW2N6XbiNrrKfJseoIzWCjv+ldYL63MygsEA216Vocpwi9+UY4Kgwwc=
SHA256 (Pkgfile) = 77284704b5a9254173d5da88df8f5ca1be9c4463e4a5c0da3ec2f4773854706b
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.16.tar.xz) = ff4a55718670f9604e66fad8ff1a8225ce31bb86909997a64484ff65a6e25712
SHA256 (containerd-1.7.17.tar.xz) = 77b5b5116908a14b941e1b4c8e1033ec65a88d61f664e5a5dec7851274570ac8

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.7.16
version=1.7.17
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=83031836b2cf55637d7abf847b17134c51b38e53
make GIT_COMMIT=3a4de459a68952ffb703bbe7f2290861a75b6b67
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}