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 a3e46a237..e49381e2a 100644
--- a/containerd/Pkgfile
+++ b/containerd/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
-version=1.6.9
+version=1.6.10
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=1c90a442489720eec95342e1789ee8a5e1b9536f
+ make GIT_COMMIT=770bd0108c32f3fb5c73ae1264f7e503fe7b2661
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}

Generated by cgit