containerd: update to 1.1.4.

This commit is contained in:
maxice8 2018-09-26 13:05:10 -03:00 committed by maxice8
parent d2c19919cc
commit 19b18f9b60

View File

@ -1,14 +1,14 @@
# Template file for 'containerd'
pkgname=containerd
version=1.1.3
revision=2
version=1.1.4
revision=1
build_style=go
go_import_path=github.com/containerd/containerd
go_package="${go_import_path}/cmd/containerd
${go_import_path}/cmd/containerd-release
${go_import_path}/cmd/containerd-shim
${go_import_path}/cmd/ctr"
go_ldflags="-X ${go_import_path}/version.Version=$version -X ${go_import_path}/version.Revision=UNSET"
go_ldflags="-X ${go_import_path}/version.Version=${version} -X ${go_import_path}/version.Revision=UNSET"
go_build_tags="seccomp apparmor"
hostmakedepends="pkg-config go-md2man"
makedepends="libbtrfs-devel libseccomp-devel"
@ -18,7 +18,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=a946f4614d92d60361213ef18deab04ee73599e4567f1ff26f7a72841afe4fa2
checksum=7482bf738cf4ec3712c7719006b4b7874f5e35f076d15efc8f10e03fa35bedaf
make_dirs="/var/lib/containerd 0755 root root"
post_build() {