diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-12-26 15:49:23 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-12-26 15:49:23 -0600 |
commit | 6a18a971cbc77e3c291a1cd8d837caead5f4acad (patch) | |
tree | 99c375c30859026bdbad89d1ba102956af8bc164 /containerd | |
parent | fa580fdf3339f0a572be83b3253f8f64e2b3dc67 (diff) | |
download | contrib-6a18a971cbc77e3c291a1cd8d837caead5f4acad.tar.gz contrib-6a18a971cbc77e3c291a1cd8d837caead5f4acad.tar.xz |
containerd: updated to version 1.3.9
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 cbd0139dd..83ac50b50 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xdogemqPbXHSIm4Z+AIO205goeTWFJyghmtt1nZBr8qiS3a6A0RGT6eFHgQ0IOz4in9Zyi1en9cpFvUNZAPMwc= -SHA256 (Pkgfile) = 81d404c737dfb83d43b102711aa5622bb9cc7d72bb43f747727661ac7352281f +RWSagIOpLGJF33dYBHmpwPUBVVm8mAzP2Bb1KOtQ7hgKMZ+o2p95z8bOI270Qql993I8VvXZaV9BDj4j8NNWVifR3VeszsA0LQM= +SHA256 (Pkgfile) = 65b44537b9cc3636d8eeba478de0279277115f9e6a4ed9d79d83ec941cb31192 SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c -SHA256 (containerd-1.3.7.tar.xz) = fc35912adb1bae8a053221efaa13aa6763997d6c4fbd2c0faa2adf6fe802da97 +SHA256 (containerd-1.3.9.tar.xz) = 3406a825fefcd2a750f88b6b552de2c5887b959facb0a1b6422aa92c35c3f41e diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 36cc2a08d..7ae9b6ccb 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.3.7 +version=1.3.9 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=8fba4e9a7d01810a393d5d25a3621dc101981175 + make GIT_COMMIT=ea765aba0d05254012b0b9e595e995c09186427f install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |