1
0
forked from ports/contrib

containerd: updated to version bb71b10

This commit is contained in:
Matt Housh 2019-06-02 17:43:11 -05:00
parent 3b7823e191
commit 2752eb5fad
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/dTOB0EQN8DajMZj/3130kACGJEY7X+iDqTB3g5SEtwxdVKNbb9GvJj51/BsxJQWVw88ay2R9uggMUG0ccvgQI= RWSagIOpLGJF3wXKFel+IkQLXAO7vFGXMbShv5tVYKVHZBx5Rzq6Xn2K+EkADvF3EkhK/lTuLsLiiCctRM7Z97Y7fZ7WmY7gAwA=
SHA256 (Pkgfile) = 82d4873cb0ae9d77e064b11dc384adeafcbcf8978b8271cc2077cd12aaaf2833 SHA256 (Pkgfile) = 1b0c0c0cfece80055ec3111b315707020e74dcd3381a80cf20d659ae8da2f903
SHA256 (.footprint) = 9952c3a2b247c4a7c70798c82e8b58c4a45c617321209d16ea317ccceb3da460 SHA256 (.footprint) = 9952c3a2b247c4a7c70798c82e8b58c4a45c617321209d16ea317ccceb3da460
SHA256 (containerd-9754871.tar.xz) = e2fb9f550bb86fec3dbdeff0cf84f6bd403e911b14cd072a49e8ae5deaa9b705 SHA256 (containerd-bb71b10.tar.xz) = d08e1a4ca0a4ff1ae0b019de251601073d3c22fbd6e8084d61fd2b0446ca4083

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git # Depends on: go btrfs-progs git
name=containerd name=containerd
version=9754871 version=bb71b10
release=1 release=1
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz)
@ -15,7 +15,7 @@ build() {
cd $name cd $name
export GOPATH=$SRC export GOPATH=$SRC
# use the long commit hash here # use the long commit hash here
make GIT_COMMIT=9754871865f7fe2f4e74d43e2fc7ccd237edcbce make GIT_COMMIT=bb71b10fd8f58240ca47fbb579b9d1028eea7c84
install -d -m 0755 $PKG/usr/bin install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/ install -m 0755 bin/* $PKG/usr/bin/
} }