diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-01-26 14:42:54 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-01-26 14:42:54 -0600 |
commit | 7bbcd7fa98c59d03752df895c11392ac0a8abb74 (patch) | |
tree | aabc0d27d8d3257b55b49854bc7360934f109589 /containerd | |
parent | 47c6b85f7715484b1520b64d905bff4148edb96a (diff) | |
download | contrib-7bbcd7fa98c59d03752df895c11392ac0a8abb74.tar.gz contrib-7bbcd7fa98c59d03752df895c11392ac0a8abb74.tar.xz |
containerd: updated to version 1.4.3
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 83ac50b50..875a28ad9 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33dYBHmpwPUBVVm8mAzP2Bb1KOtQ7hgKMZ+o2p95z8bOI270Qql993I8VvXZaV9BDj4j8NNWVifR3VeszsA0LQM= -SHA256 (Pkgfile) = 65b44537b9cc3636d8eeba478de0279277115f9e6a4ed9d79d83ec941cb31192 +RWSagIOpLGJF31ZprHoOgMfddN9nEoqHEfg9IHLdjstTUwTOdvg5RTY7qPyxa40FjjIPVyCOXybn4BuFoFBWzhtV0UYxzY+2Bgo= +SHA256 (Pkgfile) = 969db95aa5edf8fa08c95763d51240fb45f618c4551aff5b8a1183eeceeb1daf SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.3.9.tar.xz) = 3406a825fefcd2a750f88b6b552de2c5887b959facb0a1b6422aa92c35c3f41e +SHA256 (containerd-1.4.3.tar.xz) = 98b8960a29dc7364eab7dc19af4e0019cf7e847c2ffaf846503fb6e448929605 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 7ae9b6ccb..e49e2fd0a 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.3.9 +version=1.4.3 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) @@ -15,7 +15,7 @@ build() { cd $name export GOPATH=$SRC # use the long commit hash here - make GIT_COMMIT=ea765aba0d05254012b0b9e595e995c09186427f + make GIT_COMMIT=269548fa27e0089a8b8278fc4fc781d7f65a939b install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |