summaryrefslogtreecommitdiff
path: root/containerd
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2021-06-15 20:58:57 -0500
committerMatt Housh <jaeger@crux.ninja>2021-06-15 20:58:57 -0500
commit622c6a73e555dc9b30136b920fdcc72302348f33 (patch)
tree06e4f69373f61641f9929f2789012a06202bebc0 /containerd
parent948a1434b5fcff4b53a6db137810c3fcd28dcd4a (diff)
downloadcontrib-622c6a73e555dc9b30136b920fdcc72302348f33.tar.gz
contrib-622c6a73e555dc9b30136b920fdcc72302348f33.tar.xz
containerd: updated to version 1.5.2
Diffstat (limited to 'containerd')
-rw-r--r--containerd/.signature6
-rw-r--r--containerd/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/containerd/.signature b/containerd/.signature
index a2b9bc42b..d3b2efdab 100644
--- a/containerd/.signature
+++ b/containerd/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF335qvScHHfGPKN8EB61Sef1jRFPGHdVjAwC+5eE9u3Db6jZjcn/rxTgyScmomjPUIrh2yOfAV4RT8L9nS39T8Ak=
-SHA256 (Pkgfile) = 2d28df9a76c1f816823a9b8c40e461fe13039c4ded5c7232ebb2bab6e2c12459
+RWSagIOpLGJF350yCYoECwExqStB+U5TWNBoDpiZ2OY9ZOSWPyI12gEXfBtLr9p3gSzEkgStLk5iFr4G57HxfStPJSuLYMQBbAQ=
+SHA256 (Pkgfile) = acf346982f9dbd956e5b4e0173062a4f47d0afb2dde0bae3338c3c607f673e53
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
-SHA256 (containerd-1.4.4.tar.xz) = ba93ad8a11ca9cded99f3c7962d0046f703e20fc9b600cd3b5aed19b58a8db8f
+SHA256 (containerd-1.5.2.tar.xz) = b9a1f7affdfb91e5c8eebfa0b820fb63ad9453d896b913bb728fcfc609e387a3
diff --git a/containerd/Pkgfile b/containerd/Pkgfile
index 82060f083..cc079a3b7 100644
--- a/containerd/Pkgfile
+++ b/containerd/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
-version=1.4.4
+version=1.5.2
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=05f951a3781f4f2c1911b05e61c160e9c30eaa8e
+ make GIT_COMMIT=36cc874494a56a253cd181a1a685b44b58a2e34a
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}

Generated by cgit