diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-10-17 23:03:11 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-10-17 23:03:11 -0500 |
commit | afba47a6846f7272ded6ac974c0c97f81431a767 (patch) | |
tree | e5e36bd104a6132aaef08c08a7b8881f3bd5e719 /containerd/Pkgfile | |
parent | 6ff3db34636b9e38e7081a8e5c5d24fa62a5f4d2 (diff) | |
download | contrib-afba47a6846f7272ded6ac974c0c97f81431a767.tar.gz contrib-afba47a6846f7272ded6ac974c0c97f81431a767.tar.xz |
containerd: updated to version b34a5c8
Diffstat (limited to 'containerd/Pkgfile')
-rw-r--r-- | containerd/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 672b05a6c..5bfe5dbcc 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=894b81a +version=b34a5c8 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=894b81a4b802e4eb2a91d1ce216b8817763c29fb + make GIT_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |