containerd: updated to version 1.6.15

This commit is contained in:
Matt Housh 2023-01-16 00:16:13 -06:00
parent d7e293fe4c
commit 3e0624c74a
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39oWZG6r2RlSbK3rtVmUKqNXZwjeMfmRxXHBvYHf8AkbW48ExO8BMO2rcCaHSKXBCTiaVhKjXe8Kew0YTNJotgo=
SHA256 (Pkgfile) = 4d216147cc74858993e5434a949239e63d561dac457d7149a77c2a861f6fb745
RWSagIOpLGJF3xNOpvoyJ9IGy/upLbWLkX9g32jc7rRzRtL0ri2K5XWPwt45WBhAui17GyfE6KFHzR+dgZCC9ZsXbJwT+xSoUQo=
SHA256 (Pkgfile) = 2aa8b9b91c5b01fcaa0dfac4535990d9d95ac2a8a89063bb88cee978feae5f31
SHA256 (.footprint) = fcb21e77eaefae687cbea41bdacbe47a1191c052138040fc15368af8bf7b436c
SHA256 (containerd-1.6.14.tar.xz) = 74abede5d92e3f2d192c4b1b9740e7753d27df2294eac83434eea26805bd8212
SHA256 (containerd-1.6.15.tar.xz) = e20813aad62992a60e8010e2d94c2473054b7871fc1465a2675305240e0ee3ec

View File

@ -4,7 +4,7 @@
# Depends on: go btrfs-progs git libseccomp
name=containerd
version=1.6.14
version=1.6.15
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=9ba4b250366a5ddde94bb7c9d1def331423aa323
make GIT_COMMIT=5b842e528e99d4d4c1686467debf2bd4b88ecd86
install -d -m 0755 $PKG/usr/bin
install -m 0755 bin/* $PKG/usr/bin/
}