diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-12-02 16:29:22 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-12-02 16:29:22 -0600 |
commit | 3e905518eb7e992fac84a3fee0f04fe6f76d823c (patch) | |
tree | 7185a8a706e7a182d2ca5b8e900946655228de16 /containerd | |
parent | d9aa10a8ccdc7f3a4840e522751ccc17bfb8804a (diff) | |
download | contrib-3e905518eb7e992fac84a3fee0f04fe6f76d823c.tar.gz contrib-3e905518eb7e992fac84a3fee0f04fe6f76d823c.tar.xz |
containerd: updated to version 1.5.8
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 269ad1bc1..185e09be3 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32XQM5CeDoAvyR9ZMjpLhTrBILCuHrn1uxCVTzYsBQvjdX3vHMzwYsDU/q9RSNfijwZVBe8wgCIGrQL1QyO4sww= -SHA256 (Pkgfile) = 0a1ac0b6e6d29d6c88d533f734624faf288d949b88ff04b5db3f8551528b84c3 +RWSagIOpLGJF31q0LgcIBcggC4rf0JTfYn1QqsnFbIYHFPOsSmyb7DHELyNyctnfNiycWvYaGtwhr5XzIrG7DPi19ZXxBTFxJgE= +SHA256 (Pkgfile) = 3524d541da5c5054ca8d9c197a94d7e87905e4e8dc36f3aa79e305de8d560b5f SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.5.7.tar.xz) = 10961df7e0b16c59adb8cccb07690b87c9063971e891cfefda1bbb57fb405d3c +SHA256 (containerd-1.5.8.tar.xz) = b95e17b4309f35e4a9749bd25ac730873d98c8f7fe03556424b730380baa1770 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 976611d0e..6be8675a0 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.5.7 +version=1.5.8 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=8686ededfc90076914c5238eb96c883ea093a8ba + make GIT_COMMIT=1e5ef943eb76627a6d3b6de8cd1ef6537f393a71 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |