summaryrefslogtreecommitdiff
path: root/containerd/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2018-08-28 11:42:26 -0500
committerMatt Housh <jaeger@crux.ninja>2018-08-28 11:42:26 -0500
commit1b3c49a0fbdf458e56a84e0b11e70d89fd602fdf (patch)
tree0c01cc29b8f6008752efa25be4c5bf6618e0edc1 /containerd/Pkgfile
parent6c626f956971cf00bbb3874172b0bacf940b77d9 (diff)
downloadcontrib-1b3c49a0fbdf458e56a84e0b11e70d89fd602fdf.tar.gz
contrib-1b3c49a0fbdf458e56a84e0b11e70d89fd602fdf.tar.xz
containerd: updated to version 468a545
Diffstat (limited to 'containerd/Pkgfile')
-rw-r--r--containerd/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/containerd/Pkgfile b/containerd/Pkgfile
index 359d6b129..010cbfc69 100644
--- a/containerd/Pkgfile
+++ b/containerd/Pkgfile
@@ -1,10 +1,10 @@
# Description: A daemon to control runC
# URL: https://containerd.io/
# Maintainer: Matt Housh, jaeger at crux dot ninja
-# Depends on: go btrfs-progs
+# Depends on: go btrfs-progs git
name=containerd
-version=773c489
+version=468a545
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=773c489c9c1b21a6d78b5c538cd395416ec50f88
+ make GIT_COMMIT=468a545b9edcd5932818eb9de8e72413e616e86e
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}

Generated by cgit