containerd: update to 1.4.3.
containerd 1.3 will reach EOL on February 17, 2021 according to https://github.com/containerd/containerd/blob/master/RELEASES.md#support-horizon
This commit is contained in:
parent
9d75f00788
commit
64d5e2a753
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'containerd'
|
||||
pkgname=containerd
|
||||
version=1.3.9
|
||||
revision=2
|
||||
version=1.4.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containerd/containerd
|
||||
go_package="${go_import_path}/cmd/containerd
|
||||
|
@ -20,7 +20,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/containerd/containerd"
|
||||
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
|
||||
checksum=9244212589c84b12262769dca6fb985c0c680cb5259c8904b29c511d81fd62d0
|
||||
checksum=@6069273fb93a162a2a11e29ef3b631c92ed1b4942be461f781a2aabbaed97701
|
||||
make_dirs="/var/lib/containerd 0755 root root"
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in a new issue