containerd: update to 1.1.6.
This commit is contained in:
parent
c90670d8b9
commit
f1876fe079
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'containerd'
|
||||
pkgname=containerd
|
||||
version=1.1.4
|
||||
revision=2
|
||||
version=1.1.6
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containerd/containerd
|
||||
go_package="${go_import_path}/cmd/containerd
|
||||
|
@ -13,12 +13,12 @@ go_build_tags="seccomp apparmor"
|
|||
hostmakedepends="pkg-config go-md2man"
|
||||
makedepends="libbtrfs-devel libseccomp-devel"
|
||||
depends="runc"
|
||||
short_desc="An open and reliable container runtime"
|
||||
short_desc="Open and reliable container runtime"
|
||||
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=7482bf738cf4ec3712c7719006b4b7874f5e35f076d15efc8f10e03fa35bedaf
|
||||
checksum=d7bffb741fe77ff1bd7df4aa44be849e36e7d862d31a15ac08af7251cc7db189
|
||||
make_dirs="/var/lib/containerd 0755 root root"
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in New Issue