summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2022-10-27 16:49:50 -0500
committerMatt Housh <jaeger@crux.ninja>2022-10-27 16:49:50 -0500
commit429c199f4c30fbf87f22c506d3b0cf585f05297c (patch)
tree45f5df4af86af4c1fea1a3487fa96f19f97856d7
parentc31b4c645c1d5d3c7ac6cb9f094baef931c88628 (diff)
downloadcontrib-429c199f4c30fbf87f22c506d3b0cf585f05297c.tar.gz
contrib-429c199f4c30fbf87f22c506d3b0cf585f05297c.tar.xz
containerd: updated to version 1.6.9
-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 41eeeb6b6..c64a91618 100644
--- a/containerd/.signature
+++ b/containerd/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF393U5WJ6WyO17B/uRx+tbdYOCO9mQMlto09bcAC7qWdzq4cw1MsKNFRNKtu9S36g4BPJCXEdpwCjPUJ/GF4LGAM=
-SHA256 (Pkgfile) = 5741f9ea37d272a6901bc4d6258048438547db1d3ad8d744a18b4a751ea86eb0
+RWSagIOpLGJF3yHyBls630sqrm5HBvWPXKKlvQLFlo6lmWI9Z1IOPvdDLpBLsKDTW8F3twmmbExaT3YoDwheK+byCmP2/GhbHA4=
+SHA256 (Pkgfile) = f264fafd2342bd46421fdfe736951cce590de72e03a06772658296791c3d9f8a
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
-SHA256 (containerd-1.6.8.tar.xz) = 96de3a8694b3c82a6549e615085a7041f7e8b5aa41dec4979e0758e8492c9a1a
+SHA256 (containerd-1.6.9.tar.xz) = 49b306ba98efdb0a34714b06bbec98c1b53a284a48b83489ffb3fbe141ec98ae
diff --git a/containerd/Pkgfile b/containerd/Pkgfile
index 18a4ba179..a3e46a237 100644
--- a/containerd/Pkgfile
+++ b/containerd/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
-version=1.6.8
+version=1.6.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=9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
+ make GIT_COMMIT=1c90a442489720eec95342e1789ee8a5e1b9536f
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}

Generated by cgit