1
0
forked from ports/contrib

containerd: updated to version 1.7.5

This commit is contained in:
Matt Housh 2023-09-02 09:42:34 -05:00
parent 2dfa61f37d
commit 321c1c94cf
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wHesyxONQNrloR2OcR6PRvavy3qPgsRj5IgZS2VfDuDq5r6e5RnVXpXxGvFBV0CjnhBy6tHCVjoyXYSwRk7AQ4=
SHA256 (Pkgfile) = 38e179ed65d7f363d6784470929dc6694725094648b2e7c5f639cb4d24d12631
RWSagIOpLGJF37aXjcpwXMfcvRoYSHd/XqHeRoS1YF1qzwf7sNkNFGJ8IpTXVZlhsEqRRPOaVa/twT9ZHIleziWAIYzvvpud7Qk=
SHA256 (Pkgfile) = e943eaf3a2d27757cba97ff01f198f1b71f1e4cfba31b5e67c6e9f222c539898
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.7.3.tar.xz) = 581282e3d6ed72b752963945bc005f654d6349266a162a5b10246657f7e6664a
SHA256 (containerd-1.7.5.tar.xz) = f483f72db6555fc10496949bc887bd55807c493e0c5107c902d53f6a27917b03

View File

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