diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-06-11 12:25:56 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-06-11 12:25:56 -0500 |
commit | 23900451ab2f3f354d7f624c51d668bf6be2e83c (patch) | |
tree | a22870da4f678d10a2f5af2161d16c69c006d03e /containerd | |
parent | d2fb0b0a7f0d5fb72d4015a252267ebced2af224 (diff) | |
download | contrib-23900451ab2f3f354d7f624c51d668bf6be2e83c.tar.gz contrib-23900451ab2f3f354d7f624c51d668bf6be2e83c.tar.xz |
containerd: updated to version 1.6.6
Diffstat (limited to 'containerd')
-rw-r--r-- | containerd/.signature | 6 | ||||
-rw-r--r-- | containerd/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/containerd/.signature b/containerd/.signature index 241ae05c4..de25d3715 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yDAwq8DPQ5cSnGRpk5PMXTGT2AXa7fqcCLPiJDeYyAchADgk5pdz5SveS4GGUBKWfsUigvos1vne4TKdDC2kQ4= -SHA256 (Pkgfile) = 83ae65c1652a9f7db5dfa80b004bc198789b8b2af895932f4cdaf587595451c3 +RWSagIOpLGJF39/GwIKEUX4bo7xOQky1eXMD1j7eUzIMviRt+6e3yYM//8RkvU/cVpdjvOqywPAGNHkKNFWYBSYPTJQO8DYHNAE= +SHA256 (Pkgfile) = 7816b4479804ba012f6e8e50279ee96f413cea4996a086ea17ca0ebb3bbef890 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.6.5.tar.xz) = 1de1f6800659b680024fe1f5175bab8abca5dbb81d3e04cf9d0d13a94fa9f67e +SHA256 (containerd-1.6.6.tar.xz) = d1ebf232e5b1b3a4a5f7eb510a325f77021ee94f98fd34089afd1bdd3c4feae1 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 42acbc122..fda2c3f7d 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.6.5 +version=1.6.6 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=96df0994faabc1944fc614e52b0b3c6feb609a57 + make GIT_COMMIT=10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |