1
0
forked from ports/contrib

containerd: updated to version 1.3.9

This commit is contained in:
Matt Housh 2020-12-26 15:49:23 -06:00
parent fa580fdf33
commit 6a18a971cb
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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/
}