diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-03-12 13:11:34 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-03-12 13:11:34 -0500 |
commit | 7dd49f57e75e37ce0819b4c080fdce53873115a9 (patch) | |
tree | a7f033326fa1a70ea905bb714fa2f69ead1b9b27 /containerd | |
parent | bf2e3d111962e88a68ae7006b8c71b8206b73595 (diff) | |
download | contrib-7dd49f57e75e37ce0819b4c080fdce53873115a9.tar.gz contrib-7dd49f57e75e37ce0819b4c080fdce53873115a9.tar.xz |
containerd: updated to version 7ad1843
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 c6e4929fd..25c459183 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38hsIIpwX3wInh4iGhES9PqfKFSjJRE+YnLWPDYqzrIR0d0ATtCqX8UPW1nIgBVvK5oq90WhAYU+7yVnYVjiZQc= -SHA256 (Pkgfile) = e82018302d5d95d1c0c07c0954d4a6547b7baefd6de2c0fd9bf47f46c66824e4 +RWSagIOpLGJF3xcRS0EtoV6dGJoLgZPzbJgw3VkPaPLvrEkW/F7R8pDb35Hutw6STHJoOa8RDZyG0grzbjlDEz5lc3GMrzjBrgs= +SHA256 (Pkgfile) = 413565ce05d86bab877bb61e69a55ce8a77cf2230adea01d5c278139815507cf SHA256 (.footprint) = 9952c3a2b247c4a7c70798c82e8b58c4a45c617321209d16ea317ccceb3da460 -SHA256 (containerd-35bd7a5.tar.xz) = b3b88d994acfdcb9f27d322969650f0b04b6ae7347296c8e7b150c791d6fc9dc +SHA256 (containerd-7ad1843.tar.xz) = d0a44bb1859cc96ef4106a599e1576a066ead8ef1ce0c6f654f5f3b4ad8657c1 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index d2854fe8b..ccb8be8f7 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=35bd7a5 +version=7ad1843 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=35bd7a5f69c13e1563af8a93431411cd9ecf5021 + make GIT_COMMIT=7ad184331fa3e55e52b890ea95e65ba581ae3429 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |