1
0
forked from ports/contrib

containerd: updated to version 422e31c

This commit is contained in:
Matt Housh 2017-04-12 15:29:41 -05:00
parent f3acb50c05
commit 5fed9eb657
3 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
4abff502b604dce5a1d9c47c5c490001 containerd-977c511.tar.xz
cc8794365e62c2d585a22a5344641584 containerd-422e31c.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3691KNEcmLOe8rycZzNTM2a2Dzg+IRI3P1Z3NR4g2mKiX4Q4MwhYQ1nIARMU9bMlzO70lqrOT6aZvQdK3j9AWg0=
SHA256 (Pkgfile) = c3f870941cd0f077343b065c36ee32e1963a08d9f114a51b40a274eab73abd9f
RWSagIOpLGJF34LISw/DTKPtbT3SiK7cYvcErZaT+aHZ3ytZXMjVCdE/wFprJPtQEOEP1sckcPytGP/mlgLEEIS/lDT92jJ4KAk=
SHA256 (Pkgfile) = 5870df116e071d57af10b07d9f1cda46add8feed02e8a8285d00a5f3cc4ef47e
SHA256 (.footprint) = 32a4bb4fd22670b861b84bdaeb8ae0f1cac4047815d27fdc767c6e8aaf7523cf
SHA256 (containerd-977c511.tar.xz) = 23e9b4c405a2863be8a7bf52f23a586fb170a817c2b3a636192053193452daab
SHA256 (containerd-422e31c.tar.xz) = 917599ed3b523c6b5c747a9e886452eb5cba1a2418a45e409f7b26dd56c2ff73

View File

@ -4,8 +4,8 @@
# Depends on: go
name=containerd
version=977c511
release=2
version=422e31c
release=1
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz)
build() {
@ -14,7 +14,7 @@ build() {
cd src/github.com/docker/$name
export GOPATH=$SRC
# use the long commit hash here
make GIT_COMMIT=977c511eda0925a723debdc94d09459af49d082a
make GIT_COMMIT=422e31ce907fd9c3833a38d7b8fdd023e5a76e73
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}