containerd: updated to version 1.7.15

This commit is contained in:
Matt Housh 2024-04-07 19:03:04 -05:00
parent 4d79056d20
commit 77b6333b95
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
RWSagIOpLGJF3zR05kfZFHAmJGPqPFJUrLydx5vVrj73vjeHIWOHkvEfI++s120BCsk516C7f7EaE8MtcPuNRfRyJYg+Sf323g8=
SHA256 (Pkgfile) = dbd3ddd5ec349b2f75c1d5f87ced92a4c900995b692555639c155213f7751680
RWSagIOpLGJF302ReKq/yyn/uCDlDPsLk3yRdygMq3bFV8XwyPOBZeva/YzPZcvSPVEG/nuCPOnWvr0pwPZUOiA143rAFOnZ0Q4=
SHA256 (Pkgfile) = e3e54d1edb4861f50e121da96cd582f13e9dbb34a27396b112e9fa8b4c41331c
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.14.tar.xz) = ae1bff4eebe660f45bfc2b23acec0926f98c81e71469b76661c237a84f029d36
SHA256 (containerd-1.7.15.tar.xz) = d3d813c88b96945e561c0700cc70daa65f6423bbcffbac6feff3df5c064f8661

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.7.14
version=1.7.15
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=dcf2847247e18caba8dce86522029642f60fe96b
make GIT_COMMIT=926c9586fe4a6236699318391cd44976a98e31f1
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}