diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-08-21 14:47:10 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-08-21 14:47:10 -0500 |
commit | 0bca6106717ebe7b3ac7769a58d79f0a36a6a8c5 (patch) | |
tree | 1ae46ff559944a10b21f16b6baeafb75933025fc /containerd | |
parent | f874bced7db25d47075cdebaa4eaa68c8d311a56 (diff) | |
download | contrib-0bca6106717ebe7b3ac7769a58d79f0a36a6a8c5.tar.gz contrib-0bca6106717ebe7b3ac7769a58d79f0a36a6a8c5.tar.xz |
containerd: updated to version 1.5.5
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 d3b2efdab..7eead1460 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF350yCYoECwExqStB+U5TWNBoDpiZ2OY9ZOSWPyI12gEXfBtLr9p3gSzEkgStLk5iFr4G57HxfStPJSuLYMQBbAQ= -SHA256 (Pkgfile) = acf346982f9dbd956e5b4e0173062a4f47d0afb2dde0bae3338c3c607f673e53 +RWSagIOpLGJF34zrFfFz27j8rvlcRQs/qOfuu3/7Ruf9gDItxbLa5v8Jxx5uCQ2zp4eHSprwK4MeNhrRa/T27x9EQ34Xng0hLQo= +SHA256 (Pkgfile) = 4b92a45262b465a68ba9658f7402fd400d155b0eae7f73edc9202430f7c20044 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.5.2.tar.xz) = b9a1f7affdfb91e5c8eebfa0b820fb63ad9453d896b913bb728fcfc609e387a3 +SHA256 (containerd-1.5.5.tar.xz) = 1f7ec93bdb853ed85413d609146a58eadd8c7ac8d59c780631745e558b56c0b1 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index cc079a3b7..1c16cb8c0 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.5.2 +version=1.5.5 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=36cc874494a56a253cd181a1a685b44b58a2e34a + make GIT_COMMIT=72cec4be58a9eb6b2910f5d10f1c01ca47d231c0 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |