diff options
author | Matt Housh <jaeger@crux.ninja> | 2018-06-17 15:21:50 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2018-06-17 15:21:50 -0500 |
commit | b7c08b1f394851737ea8417cb12066742a87fa56 (patch) | |
tree | 310deb8a66eeb141230c34b7a0fea46ac580f8c6 /containerd/Pkgfile | |
parent | 10685df8830901ce6e9e94ce619b3a9a30beb818 (diff) | |
download | contrib-b7c08b1f394851737ea8417cb12066742a87fa56.tar.gz contrib-b7c08b1f394851737ea8417cb12066742a87fa56.tar.xz |
containerd: updated to version 773c489
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 32ec94954..204f4fcc6 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go name=containerd -version=06b9cb3 +version=773c489 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=06b9cb35161009dcb7123345749fef02f7cea8e0 + make GIT_COMMIT=773c489c9c1b21a6d78b5c538cd395416ec50f88 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |