diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-06-05 16:00:16 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-06-05 16:00:16 -0500 |
commit | 7f488c1d96c15d9beb746e7996f9319fc31034af (patch) | |
tree | 0d3156cee02521c75877636c4c50cc1c715b70c7 /containerd | |
parent | a0f974b74d4b25827589d545bdff14af9e6b3f49 (diff) | |
download | contrib-7f488c1d96c15d9beb746e7996f9319fc31034af.tar.gz contrib-7f488c1d96c15d9beb746e7996f9319fc31034af.tar.xz |
containerd: updated to version 1.6.5
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 d652f23bd..241ae05c4 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -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 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 602b97048..42acbc122 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -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/ } |