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 7ae9b6ccb..e49e2fd0a 100644
--- a/containerd/Pkgfile
+++ b/containerd/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
-version=1.3.9
+version=1.4.3
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=ea765aba0d05254012b0b9e595e995c09186427f
+ make GIT_COMMIT=269548fa27e0089a8b8278fc4fc781d7f65a939b
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}

Generated by cgit