containerd: updated to version 1.7.0

This commit is contained in:
Matt Housh 2023-05-18 14:07:23 -05:00
parent ee866d6079
commit f5827c6d46
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xO3bYvScnqi0yIKXp1xZNStKZU0Kc+M1jNJPrMZycsI5pdbG7+4CSenVngIgqi1JNUZFcRcKbkaOQs0JUq+vg8=
SHA256 (Pkgfile) = e5499d4977d2ac3fc599285b2329c4f7e2a76a8aa44a91b41b6385e24cdace9c
RWSagIOpLGJF3wePi7ZHct+SQMDIcEZotdsu1vJ4ukQ+MWz5a6RQQX76k7kvq4owSLy7kjF17axSc6KVfXyVaipfuxDrNAFwFQ4=
SHA256 (Pkgfile) = 75e01d1f45dddc908f67e2870d62d5c7c8273ec667fa93ecfc10058bd919818b
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.0.tar.xz) = 08d8ed84fbd81eb08e3c5ba9648f935ac99fd6d7a153ec47edb312cb2a61f2b5

View File

@ -16,7 +16,7 @@ build() {
cd $name
export GOPATH=$SRC
# use the long commit hash here
make GIT_COMMIT=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d
make GIT_COMMIT=1677a17964311325ed1c31e2c0a3589ce6d5c30d
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}