summaryrefslogtreecommitdiff
path: root/containerd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'containerd/Pkgfile')
-rw-r--r--containerd/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/containerd/Pkgfile b/containerd/Pkgfile
index 602b97048..42acbc122 100644
--- a/containerd/Pkgfile
+++ b/containerd/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
-version=1.6.4
+version=1.6.5
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=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16
+ make GIT_COMMIT=96df0994faabc1944fc614e52b0b3c6feb609a57
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}

Generated by cgit