containerd: updated to version 977c511

This commit is contained in:
Matt Housh 2017-03-27 10:40:56 -05:00
parent 1bf87194e4
commit fb0d2a1a16
3 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
9a612e12cc3357509fed43532e15c9e8 containerd-aa8187d.tar.xz
4abff502b604dce5a1d9c47c5c490001 containerd-977c511.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38poljG03QHRE/wgwI4Av1h8lUc4hsqO/ebuJ4nB4N7bwASt9C0br101/K+zbUEEUC9cyV8Gj7w1GQw74gamUg0=
SHA256 (Pkgfile) = 26c8a7381d3e3687df09b7153c65ae071ff22263706d7d5bd1319a41db892684
RWSagIOpLGJF3/EeuAeWoe2Ns51LMEonPACuIwUkb9G6mqkzl19ydIACyHbIPd0cG8emN0YQKK/hbaQ3fVgKVe6jgLvPGKm0yw4=
SHA256 (Pkgfile) = 8d7d6aa54f1dfcae0ff3a4e4b5ba61359fcf723844ae4c813825dcf209b916f4
SHA256 (.footprint) = 32a4bb4fd22670b861b84bdaeb8ae0f1cac4047815d27fdc767c6e8aaf7523cf
SHA256 (containerd-aa8187d.tar.xz) = 9db8d4095e56c6e53180dc6c79d866d5491e5fbc1c936b02375115ae7bf9289f
SHA256 (containerd-977c511.tar.xz) = 23e9b4c405a2863be8a7bf52f23a586fb170a817c2b3a636192053193452daab

View File

@ -4,7 +4,7 @@
# Depends on: go
name=containerd
version=aa8187d
version=977c511
release=1
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz)
@ -13,7 +13,7 @@ build() {
ln -sf $SRC/$name-$version src/github.com/docker/$name
cd src/github.com/docker/$name
export GOPATH=$SRC
make
make GIT_COMMIT=977c511
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}