containerd: updated to version 1.6.5

This commit is contained in:
Matt Housh 2022-06-05 16:00:16 -05:00
parent a0f974b74d
commit 7f488c1d96
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35u+oXI6i68kOhn4UEVMkVGhCwD60m3FaDSp0+A+BKVFJX1b0XSFcNnO2zb77hriYMJri9DSXMeyHOgW7edUVAc=
SHA256 (Pkgfile) = e0f6051b6047f6e1cfa46a51d422a05d4327f6d2b9afb4bf670801177e0feb09
RWSagIOpLGJF3yDAwq8DPQ5cSnGRpk5PMXTGT2AXa7fqcCLPiJDeYyAchADgk5pdz5SveS4GGUBKWfsUigvos1vne4TKdDC2kQ4=
SHA256 (Pkgfile) = 83ae65c1652a9f7db5dfa80b004bc198789b8b2af895932f4cdaf587595451c3
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.6.4.tar.xz) = 745f46285d28933c68987896117023cbec1ea6cda39cc5e4b099523bcd55cf3d
SHA256 (containerd-1.6.5.tar.xz) = 1de1f6800659b680024fe1f5175bab8abca5dbb81d3e04cf9d0d13a94fa9f67e

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.6.4
version=1.6.5
release=1
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz)
@ -16,7 +16,7 @@ build() {
cd $name
export GOPATH=$SRC
# use the long commit hash here
make GIT_COMMIT=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16
make GIT_COMMIT=96df0994faabc1944fc614e52b0b3c6feb609a57
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}