containerd: update to 1.1.6.
This commit is contained in:
parent
c90670d8b9
commit
f1876fe079
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'containerd'
|
# Template file for 'containerd'
|
||||||
pkgname=containerd
|
pkgname=containerd
|
||||||
version=1.1.4
|
version=1.1.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/containerd/containerd
|
go_import_path=github.com/containerd/containerd
|
||||||
go_package="${go_import_path}/cmd/containerd
|
go_package="${go_import_path}/cmd/containerd
|
||||||
|
@ -13,12 +13,12 @@ go_build_tags="seccomp apparmor"
|
||||||
hostmakedepends="pkg-config go-md2man"
|
hostmakedepends="pkg-config go-md2man"
|
||||||
makedepends="libbtrfs-devel libseccomp-devel"
|
makedepends="libbtrfs-devel libseccomp-devel"
|
||||||
depends="runc"
|
depends="runc"
|
||||||
short_desc="An open and reliable container runtime"
|
short_desc="Open and reliable container runtime"
|
||||||
maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containerd/containerd"
|
homepage="https://github.com/containerd/containerd"
|
||||||
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
|
||||||
checksum=7482bf738cf4ec3712c7719006b4b7874f5e35f076d15efc8f10e03fa35bedaf
|
checksum=d7bffb741fe77ff1bd7df4aa44be849e36e7d862d31a15ac08af7251cc7db189
|
||||||
make_dirs="/var/lib/containerd 0755 root root"
|
make_dirs="/var/lib/containerd 0755 root root"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Reference in a new issue