From 09ec91cea3aeedc439e7de2680172faefb226d5c Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 24 Aug 2023 23:05:36 +0200 Subject: [PATCH] containerd: update to 1.7.4. --- srcpkgs/containerd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template index 9074847205f02..299c36de09e0a 100644 --- a/srcpkgs/containerd/template +++ b/srcpkgs/containerd/template @@ -1,7 +1,7 @@ # Template file for 'containerd' pkgname=containerd -version=1.7.3 -revision=2 +version=1.7.4 +revision=1 build_style=go go_import_path=github.com/containerd/containerd go_package="${go_import_path}/cmd/containerd @@ -20,7 +20,7 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/containerd/containerd" distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz" -checksum=1fd19d2c75322bdbcb01d190a18d53940a4a79d909bd61a99f9e8e2dbc57a8fe +checksum=32b7d59001542cdda8ec3068b5f7cfa039149f5c9b63f14fefc443e94bc80cf7 make_dirs="/var/lib/containerd 0755 root root" post_build() {