containerd: updated to version 1.7.7

This commit is contained in:
Matt Housh 2023-10-11 20:06:12 -05:00
parent 7e4e6059c0
commit 9ae9eb2c33
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30qa9bKHuBgtvJsoJo012TJBB0VJS1jJZihu3BAfJz60aryNWb71h+gdcm5JrLNUGLwi9IQlIk1PLC4dgDiU+wE=
SHA256 (Pkgfile) = 62739557aa8a8548d1263e8c6bffeb3c04874320e8ac4cc3e29c8d3df710b318
RWSagIOpLGJF32Rgvu3Z7WVXcCY+qV/N4LdGTCwpkCwnJO1XZ6et9EcEAkT0CwEWoL527m1cp219/sJrcHKc6xENnOsEsKvDHw8=
SHA256 (Pkgfile) = 6c7d198da812a50b5d0cf525564b3acfe34d4c0de38bc99a2bf3143339dede68
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.6.tar.xz) = a20d1e7cae45f15c6a1ca55a30c3522f382a1cc4e88addddb8696d066e24cc4f
SHA256 (containerd-1.7.7.tar.xz) = 5af78b9d9dc4e1f428fa4c2206732ae8a6419f1a3728f6083f1e0db2c5de9fdf

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.7.6
version=1.7.7
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=fe457eb99ac0e27b3ce638175ef8e68a7d2bc373
make GIT_COMMIT=8c087663b0233f6e6e2f4515cee61d49f14746a8
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}