1
0
forked from ports/contrib

containerd: updated to version 1.5.2

This commit is contained in:
Matt Housh 2021-06-15 20:58:57 -05:00
parent 948a1434b5
commit 622c6a73e5
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF335qvScHHfGPKN8EB61Sef1jRFPGHdVjAwC+5eE9u3Db6jZjcn/rxTgyScmomjPUIrh2yOfAV4RT8L9nS39T8Ak=
SHA256 (Pkgfile) = 2d28df9a76c1f816823a9b8c40e461fe13039c4ded5c7232ebb2bab6e2c12459
RWSagIOpLGJF350yCYoECwExqStB+U5TWNBoDpiZ2OY9ZOSWPyI12gEXfBtLr9p3gSzEkgStLk5iFr4G57HxfStPJSuLYMQBbAQ=
SHA256 (Pkgfile) = acf346982f9dbd956e5b4e0173062a4f47d0afb2dde0bae3338c3c607f673e53
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.4.4.tar.xz) = ba93ad8a11ca9cded99f3c7962d0046f703e20fc9b600cd3b5aed19b58a8db8f
SHA256 (containerd-1.5.2.tar.xz) = b9a1f7affdfb91e5c8eebfa0b820fb63ad9453d896b913bb728fcfc609e387a3

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.4.4
version=1.5.2
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=05f951a3781f4f2c1911b05e61c160e9c30eaa8e
make GIT_COMMIT=36cc874494a56a253cd181a1a685b44b58a2e34a
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}