diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-01-08 21:46:26 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-01-08 21:46:26 -0600 |
commit | a9a27bb95b9988fe5502873ce10e1e327a07e8d0 (patch) | |
tree | a9abaa7df71ca6776f6b71b87635f0265ad0b78a /containerd | |
parent | dc629eda4a3ca8ed83e241974471f76851bb60bd (diff) | |
download | contrib-a9a27bb95b9988fe5502873ce10e1e327a07e8d0.tar.gz contrib-a9a27bb95b9988fe5502873ce10e1e327a07e8d0.tar.xz |
containerd: updated to version 1.5.9
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 185e09be3..f8bee97ed 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31q0LgcIBcggC4rf0JTfYn1QqsnFbIYHFPOsSmyb7DHELyNyctnfNiycWvYaGtwhr5XzIrG7DPi19ZXxBTFxJgE= -SHA256 (Pkgfile) = 3524d541da5c5054ca8d9c197a94d7e87905e4e8dc36f3aa79e305de8d560b5f +RWSagIOpLGJF37D/o1yscLiUcNTbDaCxCLag4gj1qVUeH90A5bvS7Ipx26vbxYyD66CsetCMAOJzBGVvwSwhYGMbekXIEU2R2wk= +SHA256 (Pkgfile) = 3eb2d59c418d48f94dfa9699eed3e41a09c0107a2b3812190323238939f03ff6 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.5.8.tar.xz) = b95e17b4309f35e4a9749bd25ac730873d98c8f7fe03556424b730380baa1770 +SHA256 (containerd-1.5.9.tar.xz) = 5a55366962267e6b647fbb1877481ec2c6dcf73e7770641337d7fba5b4374de5 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 6be8675a0..a36e89dea 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.5.8 +version=1.5.9 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=1e5ef943eb76627a6d3b6de8cd1ef6537f393a71 + make GIT_COMMIT=1407cab509ff0d96baa4f0eb6ff9980270e6e620 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |