diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-11-19 20:58:16 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-11-19 20:58:29 -0600 |
commit | 0f1e39fe664faa29a10b5dacc6507b3ec3451356 (patch) | |
tree | 510d878c8c157b4dee86c340e28adbc2e4157c3b | |
parent | 951a895145cebc49fc590b5ec81b307d429c27b3 (diff) | |
download | contrib-3.6.tar.gz contrib-3.6.tar.xz |
containerd: updated to version 1.6.103.6
-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 c64a91618..e3118767f 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yHyBls630sqrm5HBvWPXKKlvQLFlo6lmWI9Z1IOPvdDLpBLsKDTW8F3twmmbExaT3YoDwheK+byCmP2/GhbHA4= -SHA256 (Pkgfile) = f264fafd2342bd46421fdfe736951cce590de72e03a06772658296791c3d9f8a +RWSagIOpLGJF3z7BG657NrQpfzXuPesXAOgaRxkCV+rErppQC5I3S4XXACrVlWVnMwZ2pyWZ21Uv57XEyVXHRDePl49o7FLJLwQ= +SHA256 (Pkgfile) = 1d7dcec3c7728fb3afa7b365b4e1c8e1ab00082410c1c784d6614f950d83c42c SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.6.9.tar.xz) = 49b306ba98efdb0a34714b06bbec98c1b53a284a48b83489ffb3fbe141ec98ae +SHA256 (containerd-1.6.10.tar.xz) = ac7a5fe1f53a52306176a5b9c606bcf80d58d3bf9da29ab2cee0b4877a818684 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index a3e46a237..e49381e2a 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.6.9 +version=1.6.10 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=1c90a442489720eec95342e1789ee8a5e1b9536f + make GIT_COMMIT=770bd0108c32f3fb5c73ae1264f7e503fe7b2661 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |