diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-10-10 14:38:22 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-10-10 14:38:22 -0500 |
commit | 1ad753564b2a907c0dd2c7116469fc15d38001a5 (patch) | |
tree | a83657ad4f5258ec7ecdd6e5bd9ebeb5c3179bc1 /containerd | |
parent | e48ef7bd11eb5c19232037bffef98e6b3c3927ff (diff) | |
download | contrib-1ad753564b2a907c0dd2c7116469fc15d38001a5.tar.gz contrib-1ad753564b2a907c0dd2c7116469fc15d38001a5.tar.xz |
containerd: updated to version 1.5.7
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 7eead1460..269ad1bc1 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34zrFfFz27j8rvlcRQs/qOfuu3/7Ruf9gDItxbLa5v8Jxx5uCQ2zp4eHSprwK4MeNhrRa/T27x9EQ34Xng0hLQo= -SHA256 (Pkgfile) = 4b92a45262b465a68ba9658f7402fd400d155b0eae7f73edc9202430f7c20044 +RWSagIOpLGJF32XQM5CeDoAvyR9ZMjpLhTrBILCuHrn1uxCVTzYsBQvjdX3vHMzwYsDU/q9RSNfijwZVBe8wgCIGrQL1QyO4sww= +SHA256 (Pkgfile) = 0a1ac0b6e6d29d6c88d533f734624faf288d949b88ff04b5db3f8551528b84c3 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.5.5.tar.xz) = 1f7ec93bdb853ed85413d609146a58eadd8c7ac8d59c780631745e558b56c0b1 +SHA256 (containerd-1.5.7.tar.xz) = 10961df7e0b16c59adb8cccb07690b87c9063971e891cfefda1bbb57fb405d3c diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 1c16cb8c0..976611d0e 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.5.5 +version=1.5.7 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=72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 + make GIT_COMMIT=8686ededfc90076914c5238eb96c883ea093a8ba install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |