containerd: updated to version 1.7.11

This commit is contained in:
Matt Housh 2023-12-20 23:55:15 -06:00
parent 0ef3994995
commit ed8fa8fc41
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/F0/x0vIscqeiiGJB1b12YpOlmKJZ+EhVvMGnbVVEOv/YRcHfMMKVEFiw3MEXKknmtnISxYVyMS/iGdLM/4eAg=
SHA256 (Pkgfile) = 1a714525d543be33f290b66b4222a32e798a103e3413bde035817414a47efcfa
RWSagIOpLGJF35xdVOxkLsESOiLecMFmWjzgWM28bygxY+u0WKMyMqFNo0UYgQK20nS2nihKMAeYtpyG1LjU8MQuNQuAqgjXYA4=
SHA256 (Pkgfile) = f55340da2042f350bcbc9d46818b918f6c8cc02e3e222debed877bcef8a15f4d
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.9.tar.xz) = d7cfc8cf353a8d64b6c66dbd2d61d7c6a83e717ce5b04dfe987315f0936b43f7
SHA256 (containerd-1.7.11.tar.xz) = aa5ec913f1ff8ece90d61e1f8b3160e8cb6d081a2d1e86ee15124cdaf166b689

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.7.9
version=1.7.11
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=4f03e100cb967922bec7459a78d16ccbac9bb81d
make GIT_COMMIT=64b8a811b07ba6288238eefc14d898ee0b5b99ba
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}