diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-12-26 15:49:23 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-12-26 15:49:23 -0600 |
commit | 6a18a971cbc77e3c291a1cd8d837caead5f4acad (patch) | |
tree | 99c375c30859026bdbad89d1ba102956af8bc164 /containerd/Pkgfile | |
parent | fa580fdf3339f0a572be83b3253f8f64e2b3dc67 (diff) | |
download | contrib-6a18a971cbc77e3c291a1cd8d837caead5f4acad.tar.gz contrib-6a18a971cbc77e3c291a1cd8d837caead5f4acad.tar.xz |
containerd: updated to version 1.3.9
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 36cc2a08d..7ae9b6ccb 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go btrfs-progs git libseccomp name=containerd -version=1.3.7 +version=1.3.9 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=8fba4e9a7d01810a393d5d25a3621dc101981175 + make GIT_COMMIT=ea765aba0d05254012b0b9e595e995c09186427f install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |