1
0
forked from ports/contrib

containerd: updated to version 1.7.2

This commit is contained in:
Matt Housh 2023-06-03 16:08:15 -05:00
parent 4527ad9c48
commit 0988376aa7
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
RWSagIOpLGJF310hjOypyKZUS57Gi2YreS6AkZTWWxoVuCYZkJ6FjMQNU+0izAUjcIWYrtSB+1O+v8XGGJUHdTWq/rQuDPVWDgk= RWSagIOpLGJF3wDTxVqzSaBbF8Hp9qly408quTWpaNFJgvdt9MkWFQS7z9c6bi9xjtQsp90OrgllkklUqnIdb4R/Ey9Kil75WA8=
SHA256 (Pkgfile) = 8435c4fb6bcfc3b3650b68948c16e5e99b302b09a7678f50821830f64b749bf1 SHA256 (Pkgfile) = ac264a0bc0f1a4ce875c6953a9e113ed81b01355f48a0bc79af12898502219cd
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.1.tar.xz) = 87d6dbb75ebe4e3e4b43a6d525e0cebc009ac73a68b67050efacbfcde004d04a SHA256 (containerd-1.7.2.tar.xz) = 0f1b4ace5f7a5e90b093003287c5047789138ab558535ed6f04eba821b6fee8d

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp # Depends on: go btrfs-progs git libseccomp
name=containerd name=containerd
version=1.7.1 version=1.7.2
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)
@ -16,7 +16,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=1677a17964311325ed1c31e2c0a3589ce6d5c30d make GIT_COMMIT=0cae528dd6cb557f7201036e9f43420650207b58
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/
} }