1
0
forked from ports/contrib

containerd: updated to version 1.5.9

This commit is contained in:
Matt Housh 2022-01-08 21:46:26 -06:00
parent dc629eda4a
commit a9a27bb95b
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31q0LgcIBcggC4rf0JTfYn1QqsnFbIYHFPOsSmyb7DHELyNyctnfNiycWvYaGtwhr5XzIrG7DPi19ZXxBTFxJgE=
SHA256 (Pkgfile) = 3524d541da5c5054ca8d9c197a94d7e87905e4e8dc36f3aa79e305de8d560b5f
RWSagIOpLGJF37D/o1yscLiUcNTbDaCxCLag4gj1qVUeH90A5bvS7Ipx26vbxYyD66CsetCMAOJzBGVvwSwhYGMbekXIEU2R2wk=
SHA256 (Pkgfile) = 3eb2d59c418d48f94dfa9699eed3e41a09c0107a2b3812190323238939f03ff6
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.5.8.tar.xz) = b95e17b4309f35e4a9749bd25ac730873d98c8f7fe03556424b730380baa1770
SHA256 (containerd-1.5.9.tar.xz) = 5a55366962267e6b647fbb1877481ec2c6dcf73e7770641337d7fba5b4374de5

View File

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