diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-05-06 19:21:05 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-05-06 19:21:05 -0500 |
commit | da5b223ae0013372f4342443e50dc8c516b7b60c (patch) | |
tree | dfd8ea2fc6e59f65332afa10ccecac0b9d4597d7 /containerd | |
parent | 250d3222b7acddabf473432b5c0d37e42ad800f9 (diff) | |
download | contrib-da5b223ae0013372f4342443e50dc8c516b7b60c.tar.gz contrib-da5b223ae0013372f4342443e50dc8c516b7b60c.tar.xz |
containerd: updated to version 1.6.4
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 821a986a2..d652f23bd 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yA9II7xNKIixR5wA6qqMpmwDWDiPxcctu18qcTp96dNgY4dp3mxK9wGVcb9rnjAlLVvxiWn0xFgMipdOtrRBQ0= -SHA256 (Pkgfile) = c3c6bff9a6749da23d36bc64d7f393b333c06fb72f3c6cfb68802bf4950d2347 +RWSagIOpLGJF35u+oXI6i68kOhn4UEVMkVGhCwD60m3FaDSp0+A+BKVFJX1b0XSFcNnO2zb77hriYMJri9DSXMeyHOgW7edUVAc= +SHA256 (Pkgfile) = e0f6051b6047f6e1cfa46a51d422a05d4327f6d2b9afb4bf670801177e0feb09 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.6.2.tar.xz) = 0d05756a9a7f7cc6560cd10597ec0a603888097d0369177df83ab6782b162332 +SHA256 (containerd-1.6.4.tar.xz) = 745f46285d28933c68987896117023cbec1ea6cda39cc5e4b099523bcd55cf3d diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 3db6023c4..602b97048 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.6.2 +version=1.6.4 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=de8046a5501db9e0e478e1c10cbcfb21af4c6b2d + make GIT_COMMIT=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |