1
0
forked from ports/contrib

containerd: updated to version 9754871

This commit is contained in:
Matt Housh 2019-02-06 13:42:13 -06:00
parent 16e839da37
commit 150c895752
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/containerd
-rwxr-xr-x root/root usr/bin/containerd-release
-rwxr-xr-x root/root usr/bin/containerd-shim
-rwxr-xr-x root/root usr/bin/containerd-shim-runc-v1
-rwxr-xr-x root/root usr/bin/containerd-stress
-rwxr-xr-x root/root usr/bin/ctr

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32f+BgYbxO44ZQwAMoMGkW0GgHdm5TxzOGu0omLB9N9FYi/p24u49WyJi+n7IqjGdUumq+WMCrNJN7QMBJuOFA8=
SHA256 (Pkgfile) = 4dd59083f5e823a62c62ea1d96be12eba490427496558acf34a915f9dc61b044
SHA256 (.footprint) = c724e1b9b68ea2cab66a39f7fc4090ca7644357bbe71c8d904130e949e89de04
SHA256 (containerd-468a545.tar.xz) = b1511ab84c53ffe647b28688013ae9b2787ae6713d2d97cc35b89a8bc2858b34
RWSagIOpLGJF3/dTOB0EQN8DajMZj/3130kACGJEY7X+iDqTB3g5SEtwxdVKNbb9GvJj51/BsxJQWVw88ay2R9uggMUG0ccvgQI=
SHA256 (Pkgfile) = 82d4873cb0ae9d77e064b11dc384adeafcbcf8978b8271cc2077cd12aaaf2833
SHA256 (.footprint) = 9952c3a2b247c4a7c70798c82e8b58c4a45c617321209d16ea317ccceb3da460
SHA256 (containerd-9754871.tar.xz) = e2fb9f550bb86fec3dbdeff0cf84f6bd403e911b14cd072a49e8ae5deaa9b705

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git
name=containerd
version=468a545
version=9754871
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=468a545b9edcd5932818eb9de8e72413e616e86e
make GIT_COMMIT=9754871865f7fe2f4e74d43e2fc7ccd237edcbce
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}