diff options
author | Matt Housh <jaeger@crux.ninja> | 2023-01-16 00:16:13 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2023-01-16 00:16:13 -0600 |
commit | 3e0624c74a649a79cf591615d26a5014254a9ef4 (patch) | |
tree | 3c805ed3980f7bd3c9c3f4e4045a40c5a7d7b56d | |
parent | d7e293fe4c0c63399c0f7f4b93834f3e366e5aa0 (diff) | |
download | contrib-3e0624c74a649a79cf591615d26a5014254a9ef4.tar.gz contrib-3e0624c74a649a79cf591615d26a5014254a9ef4.tar.xz |
containerd: updated to version 1.6.15
-rw-r--r-- | containerd/.signature | 6 | ||||
-rw-r--r-- | containerd/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/containerd/.signature b/containerd/.signature index 75fdba064..caaf09391 100644 --- a/containerd/.signature +++ b/containerd/.signature @@ -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 diff --git a/containerd/Pkgfile b/containerd/Pkgfile index c5cb90ef0..ad45d2e6f 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -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/ } |